Hey everyone, curious to hear your thoughts on whatwould be the best practices for this use case.
We are doing auth using cookies between app and API gateway. We have a challenge there in regards to CORS (as we have multiple domains) but we have a possible workaround.
My question is, what is the Ory recommendation in regards to autorization on downstream services.
i.e
1. API receives session id and validates
2. API then calls downstream services (and they need to validate).