Source: https://next-auth.js.org/guides/fullstack
Skip to main content
š NextAuth.js is now part of Better Auth
!
Version: v4
On this page
ā
- How to implement refresh token rotation.
ā
- How to use the Credentials Provider to authenticate against an LDAP database. This approach can be used to authenticate existing user accounts against any backend.
ā
- Add support for HTTP/HTTPS Proxy support to
openid-client in order to use NextAuth.js behind a corporate proxy or other locked down network.
ā
- An internal tutorial on modifying the catch-all API Route to gracefully handle
HEAD requests.
Databaseā
ā
- How to use models with custom properties using the TypeORM adapter.
ā
- How to create a custom adapter, to use any database to fetch and store user / account data.
ā