Next.js Authentication
Unanswered
Silver Fox posted this in #help-forum
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 ...
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 Fox 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 ...
if you want to implement auth, i suggest you try better-auth, authjs, auth0 or clerk.
to solve the email sending, a free tool you can try is resend.
- better-auth, auth.js and resend
they have a good documentation and you can refer to it while creating your project.
to solve the email sending, a free tool you can try is resend.
- better-auth, auth.js and resend
they have a good documentation and you can refer to it while creating your project.
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.