mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Co-authored-by: Balázs Orbán <info@balazsorban.com> fixes https://github.com/nextauthjs/next-auth/issues/5049 closes https://github.com/nextauthjs/next-auth/pull/6230 closes https://github.com/nextauthjs/next-auth/pull/5449 closes https://github.com/nextauthjs/next-auth/pull/5055 fixes https://github.com/nextauthjs/next-auth/issues/4927 BREAKING CHANGE: The adapter now expects `firebase-admin` instead of the `firebase` package and also supports either passing a config object or a firestore instance.
Auth.js
Authentication for Next.js
Open Source. Full Stack. Own Your Data.
Overview
This is the repository for the documentation page for Auth.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.
- 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!
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
