Authentication in Next.js 14 is easy...

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


Resources used:

Timestamps
00:00 Intro
01:50 Installation
07:00 Configure Next-Auth
01:10:00 Deploy to Vercel
Рекомендации по теме
Комментарии
Автор

Thank you for puttin this tutorial together. The NextAuth doc is so broken, I really needed this !

laugri
Автор

People who are gettign createUser type error in adapter just do "import type { Adapter } from "next-auth/adapters";" It will fix the error for now.
Thanks for the awsome video.

somnathgolui
Автор

Thanks, Marshal that was a smooth sealing I thoroughly enjoyed it. great job

shazeemalichishty
Автор

hey Jan, great job and thank you for sharing. I really learnt a lot. Had some back and forth with the new documentation but eventually got it all...

chukwuemekamusic
Автор

Excellent video. This really helped me understand how can I get the authorization going (Even though coming from the latest official nextjs tutorial the imports are a bit outdated). Would be nice to showcase the middleware functionality in a followup video. Also question, does this authorization allow for sigining in from multiple providers at the same time? Similar to how epic games accounts work for example.

samparhizkar
Автор

Best tuto for NextAuth + Prisma. Thaks 👏🏼👏🏼

karizarecord
Автор

Thanks for the next videos, they are super interesting

Deus-lo-Vuilt
Автор

My favourite YouTube tech guy!! I learnt alot from your videos bro... keep it up

temitopedavid
Автор

you sincerely deserve more subcribers and views bruv...Youre really helping

DelightBessie
Автор

Thank you for your fantastic effort. Your detailed explanation is something rarely found among tech YouTubers, and it's greatly appreciated. ❤

One thing I noticed missing is what changes we should make after deploying the app to ensure we can receive the magic link with any email.

ShamimAhsan-znhg
Автор

Top 5 most useful yt vids, Love the detailed explaination on this keep it coming subscribed.

flipup
Автор

The first thing I have to do is thank you for your excellent video, thanks to your video I finally managed to understand and authenticate using next-auth, thank you very much, even though I'm Brazilian and not fluent in English I managed to understand your video once again thank you very much.

meucaminhodev
Автор

Jan ❤ Every tutorial you make is precious. Thank you so much 🙏

ilan
Автор

Great tutorial, i was hopping you would handle everything inside the api routes and actually use prisma to check and create users to the database

mrevergreen
Автор

Thanks for your effort it would be great for us if you make a video on cart, how to create a cart, how to add products to cart and simple checkout page without any cms.
Thanks in advance ❤

arshah
Автор

I have already watched your previously uploaded video thaat was with CMS.
You are using latest / new features of next js and it is very great for us to learn all thee stuff. I have 50% completed my e-commerce project after viewing your videos but cart functionality is pending and it ia very difficult for me. So Make a video on cart functionality in simple way so that it could easily grap

arshah
Автор

Can you make a tutorial using the latest version? (Auth.js). Where is the server action used here, and how do you save data credentials from Auth.js to Supabase? such as logging in using full name, email, password

puturangga
Автор

Been waiting for a video. When can we get another full stack tutorial. A complex project that involves redux or something

ifeanyiosi
Автор

Awesome vid, very detailed, subscribed!

prathmeshvhatkar
Автор

I´m having an error with the authOptions. this is what it says: Type error: Argument of type '{ adapter: Adapter; providers: (OAuthConfig<any> | EmailConfig)[]; }' is not assignable to parameter of type 'AuthOptions'.
Types of property 'adapter' are incompatible.

the local app works, even with that error, but just login to github, not login with email

GerardoRoloff