Setup Prisma And MongoDB With NextAuth | NextAuth Guide (2023)

preview_player
Показать описание
Learn how to integrate Prisma ORM with NextAuth and Use MongoDB Database To Create Users with User Registration API Route

Reference Links:

Things you will learn in the video,

✨Integrating and Setup NextAuth With Prisma and MongoDB
✨Setup Prisma In NextJS 13
✨Setup Prisma With MongoDB
✨User Registration API Route
✨Create New User With Hashed Password With Prisma and MongoDB

#nextauth #nextjs13
Рекомендации по теме
Комментарии
Автор

This video was great. Thanks a lot. It helped me out through the whole day struggle with api POST request

mdrahinzaman
Автор

Thank you so much! You have helped me a lot with your clear explanation.
Very great.

ibsengiovanni
Автор

Thanks for this kind of informative video

tonmoyislam
Автор

Add functionality for Email verification, also add Phone/email OTP based authentication

Besaoct
Автор

hey Do you by any chance could share the code for this great video?

boyanliu
Автор

what extension vs code you use white prisma ?

piratestuart
Автор

my friend, how we can make a validation for email address if user trying to put some invalid email format?

mikhacavin
Автор

PS D:\project> npx prisma db push
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Datasource "db": PostgreSQL database "mydb", schema "public" at "localhost:5432"
thats my error am getting

caesarchatha