mammoth-coat-82259
08/23/2023, 7:19 PMSo you want to use JWTs internally only for your services? Can krakend issue them? We generally recommend a setup where the API gateway gets the opaque session cookie/token, validates it with Ory Network, and then encodes all the relevant information from the session response into a JWT.
I was trying to use the Postman api here https://www.postman.com/ory-docs/workspace/ory/overview
And I've managed to perform, create login flow / Submit login flow. The response was something like ory_st_cgGsQ2hBNtwjSqvdTXHVI... . I am wondering if this is the opaque token you told me about and, if it is not, what is the endpoint I should use to exchange it for it.
I've tried this one :