Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 940 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 940 Bytes

NextJS(v13.4) NextAuth - with App Router

Video Tutorial Link

Click here

Info

In this project we will integrate the below api with next-auth

API Endpoint Description
/users Create new user account
/auth/token Create JWT Token
/auth/refresh Refresh JWT Token
/users/me Get Authenticated User Detail

Project Setup (For Using API using Docker)

  • Clone this repository in your local
  • Navigate to the project folder using Terminal/Power Shell
  • Run npm install to install the dependencies
  • Watch the video totorial to setup the backend or follow this document
  • Run npm run dev to start the development server and open http://localhost:3000
  • To watch the Video Tutotial click here

**** Thank You ****