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 |
- 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