#Question related to nextauth

4 messages · Page 1 of 1 (latest)

devout quail
#

It's how oauth works

#

you first redirect the user to a 3rd party service that can authenticate the user, then the services redirects the client to your server and gives a code that proves the user is authentified and you can then use to access info about that user

#

but you should read NextAuth doc

#

this Discord server is (mainly) about TypeScipt, so probably not the best <place to ask for that kind of stuff