Email Verification
Unanswered
Cuvier’s Dwarf Caiman posted this in #help-forum
Cuvier’s Dwarf CaimanOP
How can I implement a user verification by email (in general and specifically in Next.js)?
Thank you.
Thank you.
4 Replies
American black bear
If you are talking about authentication, you can learn a lot by implementing it from scratch
Lucia auth is an awesome guide to help you do it yourself
@Cuvier’s Dwarf Caiman How can I implement a user verification by email (in general and specifically in Next.js)?
Thank you.
you can use a token that you save on your db and send a link via mail that will verify the email with that token