Next.js Discord

Discord Forum

linking accounts with nextauth

Unanswered
johndoe7144 posted this in #help-forum
Open in Discord
I am creating a form that requires a user to link with discord and github to verify that they are indeed the owners of those accounts rather than having users to input the username themselves
to view the form, you need to signin with google and that works but i cant seem to figure out how to link the other accounts to get the discord username and github username so when the form is submitted, the ids are POSTed as well
when they try to link github/discord, the existing google user session is overridden by the newly logged in discord/github account. how do i prevent that?

0 Replies