NextJS Authentication with Server Actions - Learn to build from scratch!

Опубликовано: 11 Октябрь 2024
на канале: Coding with Robby
12,046
377

In this video we create an entire JWT authentication system using NextJS server actions.

Source Code - https://github.com/Coding-with-Robby/...

NextJS Install - https://nextjs.org/docs/getting-start...
NextJS Route Handlers - https://nextjs.org/docs/app/building-...
NextJS Server Actions - https://nextjs.org/docs/app/building-...
NextJS Middleware - https://nextjs.org/docs/app/building-...
Prisma JS Getting started - https://www.prisma.io/docs/getting-st...
Jose - https://www.npmjs.com/package/jose
Bcrypt JS - https://www.npmjs.com/package/bcryptjs