Next-Auth V5 Magic Links Tutorial with Next.js/React

preview_player
Показать описание

Check out the full code here

In this episode I thought I'd cover magic links with Next-auth, it really only takes about an hour to fully set up with domains and everything, hope this is helpful 😊

🛴 Follow me on:

#programming #nextjs #react
Рекомендации по теме
Комментарии
Автор

This is actually dead easy to implement, hope you enjoy this one! 🔥
Yeah in the last 2 weeks or so, I've been having so much fun with Go+HTMX+Tailwind+Echo (might switch to standard http lib) and also been really getting into Tenserflow with Python, I usually shy away from this sort of content as JS/TS is mainly what I focused on this channel but I think I am ready to branch out a bit, so hopefully you will enjoy some new fun content on this channel 😊😊

developedbyed
Автор

Your introduction gave the team a good laugh, thank you 😅

clerkdev
Автор

1.) Highly recommend his courses! He explaines stuff like no one else can do and makes it still fun!
2.) Why defaqu do you post this tutorial after i already implemented the old Authjs version for a small project of mine -.-

ProLactationNation
Автор

Awesome. any way you can show us how to use mongodb adapter with auth js and mongoose for querying the db in server actions?
started a project and really miss a good source to draw from

lalasmith
Автор

I only understand it when Ed teaches it ❤

devlouis
Автор

I'm struggling with how to do it with a custom page. Adding

`pages: {
signIn: "/signin",
}, `

to auth.ts file doesn't work as I expect. Care to do a video?

gregdavisdev
Автор

Man I hate Authjs so much. It's just too much limiting in terms of integrating email password auth. Honestly I am going to roll my own auth

heyjitendra
Автор

One of the worst auth libraries out there. Extremely opinionated for no good reason and the docs are garbage. Try out the 'database' strategy with the credentials provider and let me know how it goes. Spoiler alert: it doesn't work because it's their philosophy that it shouldn't, not that it can't.

rudedude
Автор

please do a video of lucia auth, in a mern stack

qualifyernst
Автор

Hello my gorgeous friends on the internet

BMikel
Автор

What these JavaScript influencers never show you is the deployment step or at least the build step because they know the issues you run into.

My 2 cents worth, don't use JavaScript on the server. It's STILL UNSTABLE

charliesta.abc