Files
cozsweet-frontend-nextjs/docs/nextauth/docs/contributors.md
T
admin d70e61f92e refactor(auth): switch to class-based social login and v4 route handler
Migrate from function-based social login helpers (`facebookLogin`, `googleLogin`)
to class-based services (`new FacebookLogin().signIn()`, `new GoogleLogin().signIn()`),
updating call sites in `AuthFacebookPanel` and `SplashButton` with try/catch error
handling. The NextAuth route handler is also refactored to the v4 pattern, importing
pre-built `GET` / `POST` exports from `@/lib/auth/nextauth` instead of constructing
the handler inline with `NextAuth(authOptions)`.
2026-06-10 15:34:52 +08:00

2.2 KiB

id, title
id title
contributors Contributors

Core team

Without these people, the project could not have become one of the most used authentication library in its category.

Special thanks

Special thanks to Lori Karikari for creating most of the original provider configurations to Fredrik Pettersen for creating the original Prisma Adapter, to Gerald Nolan for adding support for Sign in with Apple, and to Jefferson Bledsoe for working on original testing automations.

Other contributors

NextAuth.js as it exists today has been possible thanks to the work of many individual contributors.

Thank you to the dozens of individual contributors who have help shaped NextAuth.js.

Open Collective

You can find NextAuth.js on Open Collective. We are very thankful for all of our existing contributors and would be delighted if you or your company would decide to join them.

More information can be found at: https://opencollective.com/nextauth

History

  • NextAuth.js was originally developed by Iain Collins in 2016 for Next.js.

  • In 2020, NextAuth.js was rebuilt from the ground up to support Serverless, with support for MySQL, Postgres and MongoDB, JSON Web Tokens and built in support for over a dozen authentication providers.

  • In 2021, efforts have started to move NextAuth.js to other frameworks and to support as many databases and providers as possible.

  • In 2025, NextAuth.js was acquired by and is now owned and maintained by Better Auth Inc.