melodic-glass-53495
05/17/2024, 11:14 AMmelodic-glass-53495
05/17/2024, 2:08 PMbland-eye-99092
05/21/2024, 6:53 AMtoSession
api each time you need to verify that the user is actually logged in and the session is still valid.
However, depending on the number of downstream services this could get slow (since it is an external http call each time).
You can also convert the session cookie to a JWT when the request reaches your Web App Server and pass that around inside your services: https://www.ory.sh/docs/identities/session-to-jwt-cors