Any way to support multiple Twitter accounts with Next auth? #3525
Unanswered
rishimohan
asked this question in
Help
Replies: 1 comment
-
I'm not sure how it works with OAuth 1 Twitter but in Oauth 2, you can pass a |
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.
-
Hi, I'm currently using Next-auth to allow users to login using Twitter and make Twitter API requests using user's token and secret coming from Next-auth.
My current flow is, one user logs in using Next-auth
signIn
function with Twitter as provider. I want to achieve support for quick account switching. So if I'm already logged in the app using Twitter account A, I should be able to switch to account B. Just like it's there on twitter.com.I'm wondering if it's possible to allow quick switching between two different Twitter accounts using Next-auth, or if anyone has done it before?
The closest idea I have is that Next-auth has this login with email sort of option in
signIn
function, but I'm not sure if that would work with Twitter provider. Any help or ideas would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions