Skip to content

In this project we integrate authentication api in our nextjs13 app by integration the next-auth library

Notifications You must be signed in to change notification settings

Describly/nextjs13-next-auth-app

Repository files navigation

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

About

In this project we integrate authentication api in our nextjs13 app by integration the next-auth library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published