Maintain multiple sessions of different providers
Unanswered
Spectacled bear posted this in #help-forum
Spectacled bearOP
Scenerio: I'm logged in via google using Next Auth and now I want to give user the functionality to connect via discord. Now after logging via discord my google session is getting overridden with the discord one. I want to keep the google session and discord session. Any way?
7 Replies
Spectacled bearOP
Anyone?
Madeiran sardinella
Hi, why you want to have two opened sessions for same user in the same device?
Spectacled bearOP
My app has oauth login for Google. Now after login, I want to get the user discord channels to install my bot. Since with discord my session is overridden as I'm using signin('discord')
Madeiran sardinella
Ohh okay, idk, I think that maybe you should make some kind of "opt in" for that.
@Madeiran sardinella Ohh okay, idk, I think that maybe you should make some kind of "opt in" for that.
Spectacled bearOP
What does it mean?
@Spectacled bear What does it mean?
Madeiran sardinella
Means that maybe you are trying to use auth to make something you should make against the discord api
I'm just saying, I don't know the discord api