Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextauthjs/next-auth
Authentication for the Web.
https://github.com/nextauthjs/next-auth
auth authentication csrf jwt nextauth nextjs nodejs nuxt nuxt-auth oauth oauth2 oidc react remix-auth solid-auth solidjs sveltekit web
Last synced: 6 days ago
JSON representation
Authentication for the Web.
- Host: GitHub
- URL: https://github.com/nextauthjs/next-auth
- Owner: nextauthjs
- License: isc
- Created: 2018-01-27T12:28:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T17:27:19.000Z (9 months ago)
- Last Synced: 2024-04-14T17:59:43.653Z (9 months ago)
- Topics: auth, authentication, csrf, jwt, nextauth, nextjs, nodejs, nuxt, nuxt-auth, oauth, oauth2, oidc, react, remix-auth, solid-auth, solidjs, sveltekit, web
- Language: TypeScript
- Homepage: https://authjs.dev
- Size: 65.2 MB
- Stars: 21,967
- Watchers: 101
- Forks: 2,856
- Open Issues: 342
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome - nextauthjs/next-auth - Authentication for the Web. (TypeScript)
- awesome - nextauthjs/next-auth - Authentication for the Web. (TypeScript)
- awesome - nextauthjs/next-auth - Authentication for the Web. (TypeScript)
- awesome-starred-test - nextauthjs/next-auth - Authentication for the Web. (TypeScript)
- awesome-list - next-auth
- StarryDivineSky - nextauthjs/next-auth
- Awesome-NextJs - next-auth - [website](https://next-auth.js.org/) `Authentication for Next.js` (miscellaneous)
- awesome-fe-resources - next-auth
- my-awesome - nextauthjs/next-auth - auth,oauth,oauth2,oidc,react,remix-auth,solid-auth,solidjs,sveltekit,web pushed_at:2024-12 star:25.3k fork:3.6k Authentication for the Web. (TypeScript)
- jimsghstars - nextauthjs/next-auth - Authentication for the Web. (TypeScript)
- Awesome-independent-tools - NextAuth - 用户系统, 网络身份验证 (🧰 工具列表 / 认证与授权)
- awesome - nextauthjs/next-auth - Authentication for the Web. (TypeScript)
- awesome - nextauthjs/next-auth - Authentication for the Web. (TypeScript)
README
Auth.js
Authentication for the Web.
Open Source. Full Stack. Own Your Data.
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.
Need help? See authjs.dev for the documentation, or
join our community on Discord
.
Sponsored Looking for a hosted alternative? Use Clerk →
## Features
### Flexible and easy to use
- Designed to work with any OAuth service, it supports 2.0+, OIDC
- Built-in support for [many popular sign-in services](https://github.com/nextauthjs/next-auth/tree/main/packages/core/src/providers)
- Email/Passwordless authentication
- Passkeys/WebAuthn support
- Bring Your Database - or none! - stateless authentication with any backend (Active Directory, LDAP, etc.)
- Runtime-agnostic, runs anywhere! (Docker, Node.js, Serverless, etc.)### Own your data
Auth.js can be used with or without a database.
- An open-source solution that allows you to keep control of your data
- Built-in support for [MySQL, MariaDB, Postgres, Microsoft SQL Server, MongoDB, SQLite, GraphQL, etc.](https://adapters.authjs.dev)
- Works great with databases from popular hosting providers### Secure by default
- Promotes the use of passwordless sign-in mechanisms
- Designed to be secure by default and encourage best practices for safeguarding user data
- Uses Cross-Site Request Forgery (CSRF) Tokens on POST routes (sign in, sign out)
- Default cookie policy aims for the most restrictive policy appropriate for each cookie
- When JSON Web Tokens are used, they are encrypted by default (JWE) with A256CBC-HS512
- Features tab/window syncing and session polling to support short-lived sessions
- Attempts to implement the latest guidance published by [Open Web Application Security Project](https://owasp.org)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.
### TypeScript
Auth.js libraries are written with type safety in mind. [Check out the docs](https://authjs.dev/getting-started/typescript) for more information.
## Security
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](https://authjs.dev/security) to reach out responsibly. Please do not open Pull Requests/Issues/Discussions before consulting with us.
## Acknowledgments
[Auth.js is made possible thanks to all of its contributors.](https://authjs.dev/contributors)
### Sponsors
We have an [OpenCollective](https://opencollective.com/nextauth) for companies and individuals looking to contribute financially to the project!
Clerk
💵
Auth0
💵
FusionAuth
💵
Stytch
💵
Prisma
💵
Neon
💵
Beyond Identity
💵
Lowdefy
💵
Descope
💵
Badass Courses
💵
Encore
💵
Sent.dm
💵
Arcjet
💵
Route4Me
💵
Netlight
☁️
Checkly
☁️
superblog
☁️
Vercel
☁️
- 💵 Financial Sponsor
- ☁️ Infrastructure Support
## Contributing
We're open to all community contributions! If you'd like to contribute in any way, please first read
our [Contributing Guide](https://github.com/nextauthjs/.github/blob/main/CONTRIBUTING.md).> [!NOTE]
> The Auth.js/NextAuth.js project is not provided by, nor otherwise affiliated with Vercel Inc. or its subsidiaries. Any contributions to this project by individuals affiliated with Vercel are made in their personal capacity.## License
ISC