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

Sdílet
Vložit
  • čas přidán 2. 08. 2023
  • Learn how to integrate Prisma ORM with NextAuth and Use MongoDB Database To Create Users with User Registration API Route
    Reference Links:
    Next.js - nextjs.org/docs
    Next-Auth - next-auth.js.org
    MongoDB: www.mongodb.com/
    Prisma: www.prisma.io/
    Prisma with Mongodb: www.prisma.io/docs/getting-st...
    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

Komentáře • 11

  • @mdrahinzaman1980

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

  • @ibsengiovanni6656

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

  • @egemencelik7878

    you are amazing thank you

  • @tonmoyislam7624

    Thanks for this kind of informative video

  • @Besaoct

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

  • @piratestuart2917

    what extension vs code you use white prisma ?

  • @boyanliu8284

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

  • @caesarchatha8397

    PS D:\project> npx prisma db push

  • @mikhacavin

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