[medusa-plugin-auth] Send Bearer token instead of Session cookie authentication #98
bacarybruno
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
The token is generated following the previous convention of medusa, we need first to align to the new version and then we can on success return it as well wdyt? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @adrien2p, thanks for the amazing work 🙏
Is there a plan to update the
medusa-plugin-auth
plugin to match the changes regarding the authentication that have been done in the latest medusa version (v1.17.0)?I'm thinking specifically about retrieving a Bearer token instead of session cookie to use it for subsequent requests.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions