Auth.js

Web 身份验证。Auth.js 是一套开源软件包,建立在标准 Web API 的基础上,用于在任何 JS 运行时、任何平台上的任何框架的现代应用程序中进行身份验证。「Authentication for the Web. 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.」

Github星跟踪图

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
  • Email/Passwordless authentication
  • Bring Your Database - or none! - stateless authentication with any backend (Active Directory, LDAP, etc.)
  • Runtime-agnostic, runs anywhere! (Vercel Edge Functions, Node.js, Serverless, etc.)

Own your data

Auth.js can be used with or without a database.

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

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 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 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.

Sponsors

We have an OpenCollective for companies and individuals looking to contribute financially to the project!

  • 💵 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.

License

ISC

主要指标

概览
名称与所有者nextauthjs/next-auth
主编程语言TypeScript
编程语言JavaScript (语言数: 9)
平台
许可证ISC License
所有者活动
创建于2018-01-27 12:28:16
推送于2025-05-01 15:21:58
最后一次提交
发布数1706
最新版本名称next-auth@5.0.0-beta.27 (发布于 2025-04-24 23:20:57)
第一版名称v1.13.0 (发布于 )
用户参与
星数26.7k
关注者数111
派生数3.8k
提交数3.9k
已启用问题?
问题数4895
打开的问题数345
拉请求数2194
打开的拉请求数131
关闭的拉请求数874
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?