Skip to content

Commit 798c3d5

Browse files
committed
docs: update banner
1 parent 02d3480 commit 798c3d5

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ISC License
22

33
Copyright (c) 2018-2021, Iain Collins
4+
Copyright (c) 2021-2025, Better Auth Inc.
45

56
Permission to use, copy, modify, and/or distribute this software for any
67
purpose with or without fee is hereby granted, provided that the above

docs/docs/contributors.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@ More information can be found at: https://opencollective.com/nextauth
4242

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

45-
## Notes
46-
47-
The Auth.js/NextAuth.js project is not provided by or otherwise affiliated with Vercel Inc. or its subsidiaries. Any contributions to this project by individuals affiliated with Vercel are made in their personal capacity.
45+
- In 2025, NextAuth.js was acquired by and is now owned and maintained by <a href="https://better-auth.com">Better Auth Inc.</a>

docs/docs/getting-started/introduction.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ Advanced options allow you to define your own routines to handle controlling wha
4747

4848
## Credits
4949

50-
NextAuth.js is an open-source project that is only possible [thanks to contributors](/contributors).
51-
52-
If you would like to financially support the development of NextAuth.js, you can find more information on our [OpenCollective](https://opencollective.com/nextauth) page.
50+
NextAuth.js is now owned and maintained by [Better Auth Inc.](https://better-auth.com) The project continues to be open source and is only possible [thanks to contributors](/contributors).
5351

5452
## Getting Started
5553

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = {
110110
announcementBar: {
111111
id: "new-major-announcement",
112112
content:
113-
"NextAuth.js is becoming Auth.js! 🎉 We're creating Authentication for the Web. Everyone included. You are looking at the NextAuth.js (v4) documentation. For the new documentation go to <a target='_blank' rel='noopener noreferrer' href='https://authjs.dev'>authjs.dev</a>.",
113+
"🎉 NextAuth.js is now part of <a target='_blank' rel='noopener noreferrer' href='https://better-auth.com'>Better Auth</a>!",
114114
backgroundColor: "#000",
115115
textColor: "#fff",
116116
},
@@ -152,7 +152,7 @@ module.exports = {
152152
],
153153
},
154154
],
155-
copyright: `NextAuth.js &copy; Iain Collins ${new Date().getFullYear()}`,
155+
copyright: `NextAuth.js &copy; Better Auth Inc. ${new Date().getFullYear()}`,
156156
},
157157
colorMode: {
158158
respectPrefersColorScheme: true,

docs/versioned_docs/version-v3/contributors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ Thank you to the [dozens of individual contributors](https://github.com/nextauth
3131
NextAuth.js was originally developed by <a href="https://github.com/iaincollins">Iain Collins</a> in 2016.
3232

3333
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.
34+
35+
In 2025, NextAuth.js joined <a href="https://better-auth.com">Better Auth</a> in 2016.

0 commit comments

Comments
 (0)