Skip to content

Commit 7f88fa0

Browse files
committed
chore: remove sponsors
1 parent 46e01af commit 7f88fa0

11 files changed

Lines changed: 11 additions & 492 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/example-gatsby/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ NextAuth.js is an easy to implement, full-stack (client/server) open source auth
3434

3535
Go to [next-auth.js.org](https://next-auth.js.org) for more information and documentation.
3636

37-
> *NextAuth.js is not officially associated with Vercel or Next.js.*
37+
> _NextAuth.js is not officially associated with Vercel or Next.js._
3838
3939
## Getting Started
4040

@@ -64,17 +64,17 @@ You **can** skip configuring a database and come back to it later if you want.
6464

6565
For more information about setting up a database, please check out the following links:
6666

67-
* Docs: [next-auth.js.org/adapters/overview](https://next-auth.js.org/adapters/overview)
67+
- Docs: [next-auth.js.org/adapters/overview](https://next-auth.js.org/adapters/overview)
6868

6969
### 3. Configure Authentication Providers
7070

7171
1. Review and update options in `nextauth.config.js` as needed.
7272

7373
2. When setting up OAuth, in the developer admin page for each of your OAuth services, you should configure the callback URL to use a callback path of `{server}/api/auth/callback/{provider}`.
7474

75-
e.g. For Google OAuth you would use: `http://localhost:3000/api/auth/callback/google`
75+
e.g. For Google OAuth you would use: `http://localhost:3000/api/auth/callback/google`
7676

77-
A list of configured providers and their callback URLs is available from the endpoint `/api/auth/providers`. You can find more information at https://next-auth.js.org/configuration/providers/oauth
77+
A list of configured providers and their callback URLs is available from the endpoint `/api/auth/providers`. You can find more information at https://next-auth.js.org/configuration/providers/oauth
7878

7979
3. You can also choose to specify an SMTP server for passwordless sign in via email.
8080

@@ -97,14 +97,6 @@ npm run start
9797

9898
Follow the [Deployment documentation](https://next-auth.js.org/deployment)
9999

100-
## Acknowledgements
101-
102-
<a href="https://vercel.com?utm_source=nextauthjs&utm_campaign=oss">
103-
<img width="170px" src="https://raw.githubusercontent.com/nextauthjs/next-auth/canary/www/static/img/powered-by-vercel.svg" alt="Powered By Vercel" />
104-
</a>
105-
<p align="left">Thanks to Vercel sponsoring this project by allowing it to be deployed for free for the entire NextAuth.js Team</p>
106-
107100
## License
108101

109102
ISC
110-

apps/example-nextjs/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ NextAuth.js is an easy to implement, full-stack (client/server) open source auth
3737

3838
Go to [next-auth.js.org](https://next-auth.js.org) for more information and documentation.
3939

40-
> *NextAuth.js is not officially associated with Vercel or Next.js.*
40+
> _NextAuth.js is not officially associated with Vercel or Next.js._
4141
4242
## Getting Started
4343

@@ -67,17 +67,17 @@ You **can** skip configuring a database and come back to it later if you want.
6767

6868
For more information about setting up a database, please check out the following links:
6969

70-
* Docs: [next-auth.js.org/adapters/overview](https://next-auth.js.org/adapters/overview)
70+
- Docs: [next-auth.js.org/adapters/overview](https://next-auth.js.org/adapters/overview)
7171

7272
### 3. Configure Authentication Providers
7373

7474
1. Review and update options in `pages/api/auth/[...nextauth].js` as needed.
7575

7676
2. When setting up OAuth, in the developer admin page for each of your OAuth services, you should configure the callback URL to use a callback path of `{server}/api/auth/callback/{provider}`.
7777

78-
e.g. For Google OAuth you would use: `http://localhost:3000/api/auth/callback/google`
78+
e.g. For Google OAuth you would use: `http://localhost:3000/api/auth/callback/google`
7979

80-
A list of configured providers and their callback URLs is available from the endpoint `/api/auth/providers`. You can find more information at https://next-auth.js.org/configuration/providers/oauth
80+
A list of configured providers and their callback URLs is available from the endpoint `/api/auth/providers`. You can find more information at https://next-auth.js.org/configuration/providers/oauth
8181

8282
3. You can also choose to specify an SMTP server for passwordless sign in via email.
8383

@@ -100,14 +100,6 @@ npm run start
100100

101101
Follow the [Deployment documentation](https://next-auth.js.org/deployment)
102102

103-
## Acknowledgements
104-
105-
<a href="https://vercel.com?utm_source=nextauthjs&utm_campaign=oss">
106-
<img width="170px" src="https://raw.githubusercontent.com/nextauthjs/next-auth/canary/www/static/img/powered-by-vercel.svg" alt="Powered By Vercel" />
107-
</a>
108-
<p align="left">Thanks to Vercel sponsoring this project by allowing it to be deployed for free for the entire NextAuth.js Team</p>
109-
110103
## License
111104

112105
ISC
113-

docs/docs/faq.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ NextAuth.js is an open source project built by individual contributors who are v
257257

258258
If you would like NextAuth.js to support a particular feature, the best way to help make it happen is to raise a feature request describing the feature and offer to work with other contributors to develop and test it.
259259

260-
If you are not able to develop a feature yourself, you can offer to sponsor someone to work on it.
261-
262260
</p>
263261
</details>
264262

docs/docs/sponsors.md

Lines changed: 0 additions & 260 deletions
This file was deleted.

docs/docusaurus.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ module.exports = {
144144
{
145145
label: "Contributors",
146146
to: "/contributors",
147-
},
148-
{
149-
label: "Sponsors",
150-
to: "/sponsors",
151-
},
147+
},
152148
{
153149
label: "Images by unDraw",
154150
to: "https://undraw.co/",

docs/sidebars.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/** @type {import('@docusaurus/plugin-content-docs').PropSidebarItemHtml} */
2-
const clerk = {
3-
type: "html",
4-
value: "<div style='margin-top:6px;padding:12px;font-weight:600;'><div style='font-size:10px;opacity:0.5;margin-bottom:4px;'>Sponsored</div>Looking for a<br />hosted alternative?<a href='https://go.clerk.com/DefS1u4' style='display:block;'>Try Clerk &rarr;</div>",
5-
}
6-
71
module.exports = {
82
docs: [
93
{

0 commit comments

Comments
 (0)