Replies: 1 comment
-
Can someone help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my application, users can switch between organizations on the client side. We have an endpoint where users send the organizationId they want to switch to, and our backend returns a new token that includes the organizationId (encrypted, obviously).
My question is: how can I handle this token renewal and organization change process using auth.js?
Beta Was this translation helpful? Give feedback.
All reactions