7.Authentication in NextJS with server actions
Installations neccessary dependecies
// create next app
npx create-next-app@latest next-auth
//install shadcn
npx shadcn@latest init
//other
npm i bcryptjs jsonwebtoken
npx shadcn@latest add input // optional for styling
npx shadcn@latest add la...
nextjs4u.hashnode.dev3 min read