Hi! How to use ory proxy with session tokens as op...
# ory-network
a
Hi! How to use ory proxy with session tokens as opposed to session cookies? We tried passing the session token in headers like: •
Authorization: Bearer <session token>
X-Session-Token: <session token>
And the request was not authenticated by the proxy (the jwt was not attached to the request). Would you have any pointers? The doc says the proxy can be used with both session tokens and session cookies but all examples are with session cookies