This is a Next.sj 13 App with Complete Authentication using NextAuth.js .
Read full artilce at Next.js Dev.
First, run the development server:
- Git Clone
git clone https://github.com/raiv200/NextAuth-Next.js-13.git
- Install Dependencies
npm install
- Start the Devlopment Server
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.