8. Next Auth or Auth.js and Redux - Next js
Install Dependencies
npx create-next-app@latest
npx shadcn@latest init
npm install @reduxjs/toolkit react-redux
//install auth.js
npm install next-auth@beta
npx auth secret // now create .env.local where this AUTH_SECRET defined
// DO basic setup...
nextjs4u.hashnode.dev2 min read