Authentication for Next.js
Open Source. Full Stack. Own Your Data.
This is the repository for the documentation page for NextAuth.js!
NextAuth.js is a complete open source authentication solution for Next.js applications.
This documentation site is based on the Docusaurus framework.
To start a local environment of this project, please do the following.
- Clone the repository.
$ git clone https://github.com/nextauthjs/docs.git
- Install dependencies
$ npm install
- Start the development server
$ npm start
And thats all! Now you should have a local copy of this docs site running at localhost:3000!
We're open to all community contributions! If you'd like to contribute in any way, please first read our Contributing Guide.
ISC