Next.js Discord

Discord Forum

Next.js Authentication

Unanswered
Silver Fox posted this in #help-forum
Open in Discord
Silver FoxOP
I am a begineer to Next.js. Now I am going to develop my personal project using Next.js, but I don't know what to do.
First of all, in terms of Authentication, like Registration and Login, How can i implement these kind of functionalities?

And also I want to adapt Social Login, Google and Github.
Along Side, How to implement Email Verification, using Email Service.

...

I want to use Stable version of Next.js - 15.

Help me!
If you have a thought to help me, it's good if we would develop together ...

12 Replies

Silver FoxOP
Thanks for your help!
Can you give me some examples for them?
Britannia Petite
would go with supabase (for auth) and resend (email). Just look at their docs, very straightforward and easy
@Britannia Petite would go with supabase (for auth) and resend (email). Just look at their docs, very straightforward and easy
I knew they had documentation on this but i never took a good look at it.
Britannia Petite
well... something you might want to do then 😉
@Silver Fox Can you give me some examples for them?
hmm let me look for a reference
i think this video can give you a good introduction to authjs
i have made some more details implementations, but i cannot show them because they are closed projects.