What authorization library do I choose?
Unanswered
Xemu posted this in #help-forum
XemuOP
I need a Next.js-compatible library that allows me to create a login button that redirects users to Discord for authentication and securely logs them into the website. Additionally, I need access to the user's Discord ID and other relevant Discord data.
Next-Auth hasn't worked well for me since it doesn't retrieve the Discord data as needed.
Next-Auth hasn't worked well for me since it doesn't retrieve the Discord data as needed.
4 Replies
Clerk? Or just https://www.npmjs.com/package/discord-oauth2
@Xemu
@Xemu I need a Next.js-compatible library that allows me to create a login button that redirects users to Discord for authentication and securely logs them into the website. Additionally, I need access to the user's Discord ID and other relevant Discord data.
Next-Auth hasn't worked well for me since it doesn't retrieve the Discord data as needed.
it is a opinionated questions.
If you want complete control, use something like Arctic, but you'll have to do most of the work.
You can alternatively use better-auth
If you want complete control, use something like Arctic, but you'll have to do most of the work.
You can alternatively use better-auth