Implementing Next-Auth Discord
Answered
Silver carp posted this in #help-forum
Silver carpOP
How would I implement Next-Auth using Discord for authentication into my NextJS, TS website?
Answered by B33fb0n3
you can use the discord provider: https://next-auth.js.org/providers/discord
You can get the env variables from https://discord.com/developers/applications
You can get the env variables from https://discord.com/developers/applications
3 Replies
@Silver carp How would I implement Next-Auth using Discord for authentication into my NextJS, TS website?
you can use the discord provider: https://next-auth.js.org/providers/discord
You can get the env variables from https://discord.com/developers/applications
You can get the env variables from https://discord.com/developers/applications
Answer
@B33fb0n3 you can use the discord provider: https://next-auth.js.org/providers/discord
You can get the env variables from https://discord.com/developers/applications
Silver carpOP
Thank you! I couldn't find this for the life of me