Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
/ docs Public archive

Official documentation for NextAuth.js

Notifications You must be signed in to change notification settings

nextauthjs/docs

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2021
Dec 18, 2021
Jul 6, 2022
Nov 13, 2021
Dec 8, 2021
Oct 10, 2021
Jan 25, 2022
Aug 26, 2021
Dec 18, 2021
Sep 8, 2021
Aug 28, 2021
Oct 10, 2021
Feb 5, 2022
Feb 3, 2022
Nov 30, 2021
Nov 30, 2021
Feb 3, 2022
Aug 26, 2021
Aug 26, 2021

Repository files navigation


NextAuth.js

Authentication for Next.js

Open Source. Full Stack. Own Your Data.

Release Bundle Size Downloads Github Stars Github Stable Release Github Prelease

Note: We have migrated the docs nextauthjs/docs code to our new primary monorepo at nextauthjs/next-auth. This repository will be deprecated and most likely archived in the future.

Overview

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.

Getting Started

To start a local environment of this project, please do the following.

  1. Clone the repository.
$ git clone https://github.com/nextauthjs/docs.git
  1. Install dependencies
$ npm install
  1. Start the development server
$ npm start

And thats all! Now you should have a local copy of this docs site running at localhost:3000!

Contributing

We're open to all community contributions! If you'd like to contribute in any way, please first read our Contributing Guide.

License

ISC