README.md
<a href="https://authjs.dev" target="_blank"></a>
<h3 align="center">Auth.js</h3> <p align="center">Authentication for the Web.</p> <p align="center">Open Source. Full Stack. Own Your Data.</p> <p align="center" style="align: center;"> <a href="https://x.com/authjs" ></a> <a href="https://github.com/nextauthjs/next-auth/releases"></a> <!-- TODO: Should count `@auth/core` when NextAuth.js v5 is released as stable. --> <a href="https://www.npmtrends.com/next-auth"></a> <a href="https://github.com/nextauthjs/next-auth/stargazers"></a> <!-- <a href="https://codecov.io/gh/nextauthjs/next-auth" ></a> --> </p> <p align="center"> Auth.js is a set of open-source packages that are built on standard Web APIs for authentication in modern applications with any framework on any platform in any JS runtime. </p> </p>Auth js is now part of Better Auth. We recommend new projects to start with Better Auth unless there are some very specific feature gaps (most notably stateless session management without a database).
Auth.js can be used with or without a database.
Advanced configuration allows you to define your routines to handle controlling what accounts are allowed to sign in, for encoding and decoding JSON Web Tokens and to set custom cookie security policies and session properties, so you can control who can sign in and how often sessions have to be re-validated.
Auth.js libraries are written with type safety in mind. Check out the docs for more information.
If you think you have found a vulnerability (or are not sure) in Auth.js or any of the related packages (i.e. Adapters), we ask you to read our Security Policy to reach out responsibly. Please do not open Pull Requests/Issues/Discussions before consulting with us.
Auth.js is made possible thanks to all of its contributors.
<a href="https://github.com/nextauthjs/next-auth/graphs/contributors"> </a> <div> <a href="https://vercel.com?utm_source=nextauthjs&utm_campaign=oss"></a> </div>We're open to all community contributions! If you'd like to contribute in any way, please first read our Contributing Guide.
ISC