microscopic-answer-24504
10/10/2023, 8:43 PMproud-plumber-24205
10/11/2023, 5:56 AMprehistoric-minister-50673
10/11/2023, 4:23 PM/sessions
API. In other words the cookie can't be verified like a JWT and has to be verified with Ory's servers every time? (unless of course I use Hydra I think to get a JWT)
Similar to if I were to store session tokens in my database and verify every request against that.prehistoric-minister-50673
10/11/2023, 4:23 PMproud-plumber-24205
10/12/2023, 7:36 AM/sessions/whoami
endpoint. https://www.ory.sh/docs/identities/session-to-jwt-cors
Another trick is to reduce the calls by checking on your server if there even is an ory cookie set. if not, just deny the request immediately without calling the Ory APIfull-dog-93838
10/12/2023, 8:14 AMproud-plumber-24205
10/13/2023, 9:58 AM