Multiple Slack-like (email provided) sessions in one app #6129
Unanswered
devklepacki
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I was thinking if a Slack way of logging in is possible with NextAuth? I'm talking about having a separate account/login for each organization, even if you use the same email address. Then the app just displays some kind of switcher between workspaces. But that'd require some kind of switching session object on the front end. Is this even a possible resolution with NextAuth?
This could be as simple as storing 3 session objects in some global state, but sessions topic is fragile enough that I wouldn't want to mess it up.
Beta Was this translation helpful? Give feedback.
All reactions