Authentication with credentials using Next-Auth & MongoDB
For create Login Authentication we're going to use Next-Auth package from Vercel Here is the link Next-Auth ,
Let's install it open your terminal and run
npm i next-auth
next step is creating a folder inside Api and set folder name to auth and insid...
saidmounaim.hashnode.dev4 min read