You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The question was inspired by the way Medusa implements auth for their ecommerce API. They support cookie-based auth by sending a request to /auth/session, which returns a Set-Cookie header after successful authentication. However, there is no immediate use case on our side since, for the time being, we only support JWT tokens and API tokens.
Is it currently possible to set a custom header in the response, for example,
Set-Cookie
?The text was updated successfully, but these errors were encountered: