stackpicks.dev
Back to gallery
nextauthjs/next-auth preview
nextauthjs
nextauthjs/

next-auth

Authentication for the Web.

Stars
28.2k
Forks
4k
Watchers
28.2k
Open issues
586
TypeScriptISC main Updated 1 month ago~9 stars/day lifetime
Editor's take

The OG Next.js auth library, now Auth.js. ~24k stars. Quick to add OAuth providers (80+ preconfigured). Best for fast MVP work where you mostly need social login. Less flexible than Better Auth for advanced flows.

Use this if

You are shipping a Next.js MVP fast and need social login (Google, GitHub) working in an hour.

Skip if

You need fine-grained control over sessions, multi-tenant logic, or organization roles — pick Better Auth.

Authentication
Topics
authauthenticationcsrfjwtnextauthnextjsnodejsnuxtnuxt-authoauthoauth2oidcreactremix-authsolid-authsolidjssveltekitweb
Quick install
# Install via npm / pnpm / bun:
pnpm add next-auth
# or
npm install next-auth

Inferred from TypeScript · always double-check against the official README below.

README — rendered from nextauthjs/next-auth


Auth.js

Authentication for the Web.

Open Source. Full Stack. Own Your Data.

X (formerly known Twitter) NPM next-auth@latest release Downloads GitHub Stars TypeScript

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.

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

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

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.

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

Live data via GitHub REST API · Cached 30 min · Created 27 Jan 2018
nextauthjs/next-auth — Live preview — StackPicks