mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* init adapter folder * add schema * run migration * run `npx @edgedb/generate edgeql-js` * fix `generate` script * add `EdgeDBAdapter` * add tests * add README * docs * dev app * lockfile * remove generated files * ignore `dbschema/edgeql-js` * add `postinstall` generate script * update docs * move `nonrecursive_access_policies` to default schema * newlines * remove js generation * rewrite in edgeql * make `userId` computed * fix `createUser` image param * code review comments * update lockfile * code review * comments * delete * types * revert settings.json * delete migrations * deps * clean up * Restore packages/adapter-test/index.ts * chore: formatting & fix logic of useVerificationToken * chore: delete .md file * fix: test * chore: logo * chore: formatting * chore: add edgedb to doc --------- Co-authored-by: Nico Domino <yo@ndo.dev> Co-authored-by: Thang Vu <hi@thvu.dev>
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 repo:
git clone git@github.com:nextauthjs/next-auth.git
cd next-auth
- Set up the correct pnpm version, using Corepack. Run the following in the project'a root:
corepack enable pnpm
(Now, if you run pnpm --version, it should print the same verion as the packageManager property in the package.json file)
- Install packages. Developing requires Node.js v18:
pnpm install
- Start the development server
$ pnpm dev:docs
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
