šŸ“ next-auth/providers

File: providers.md | Updated: 11/15/2025

Source: https://next-auth.js.org/providers/

Skip to main content

šŸŽ‰ NextAuth.js is now part of Better Auth !

Version: v4

Authentication Providers in NextAuth.js are services that can be used to sign in a user.

There are four ways a user can be signed in:

note

NextAuth.js is designed to work with any OAuth service, it supports OAuth 1.0, 1.0A, 2.0 and OpenID Connect (OIDC) and has built-in support for most popular sign-in services.