-
I'm building a "gaming community" website, closely connected to a discord community. So i need the users to sign up with Discord. Then optionally also add Steam so i can grab their game data. I would like to only show the discord signin initially, and somewhere else on the site have a button that says "connect steam". Is this possible with nextauth? |
Beta Was this translation helpful? Give feedback.
Answered by
Glutch
Mar 29, 2021
Replies: 1 comment 2 replies
-
Apparently you just pass signIn('discord'). Wow, that's unbelievably simple |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
balazsorban44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently you just pass signIn('discord'). Wow, that's unbelievably simple