Thank you very much for any help!
# ory-network
m
Thank you very much for any help!
s
So 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.
m
See this tutorial @mammoth-coat-82259 https://www.ory.sh/zero-trust-api-security-ory-tutorial/ Would this fit your use case?
m
@magnificent-energy-493, maybe. I'd like to ask if I could use oauthkeeper as a replacement for krakend. Does it have API gateway features ?
@steep-lamp-91158, Krakend can issue jwt tokens, if I provide the signing key. But I want simplify things a little bit...
So, I am considering using oauthkeeper only