Skip to content

Commit 172813f

Browse files
authoredJun 22, 2022
docs(adapters): fix references to deprecated adapters repo (#4737)
1 parent cc934fc commit 172813f

File tree

28 files changed

+42
-44
lines changed

28 files changed

+42
-44
lines changed
 

‎apps/example-gatsby/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ You **can** skip configuring a database and come back to it later if you want.
6565
For more information about setting up a database, please check out the following links:
6666

6767
* Docs: [next-auth.js.org/adapters/overview](https://next-auth.js.org/adapters/overview)
68-
* Adapters Repo: [nextauthjs/adapters](https://github.com/nextauthjs/adapters)
6968

7069
### 3. Configure Authentication Providers
7170

‎apps/example-nextjs/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ You **can** skip configuring a database and come back to it later if you want.
6868
For more information about setting up a database, please check out the following links:
6969

7070
* Docs: [next-auth.js.org/adapters/overview](https://next-auth.js.org/adapters/overview)
71-
* Adapters Repo: [nextauthjs/adapters](https://github.com/nextauthjs/adapters)
7271

7372
### 3. Configure Authentication Providers
7473

‎packages/adapter-dgraph/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<!-- <p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="CI Test" />
1010
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/prisma-adapter" alt="Bundle Size"/>
1111
<img src="https://img.shields.io/npm/v/@next-auth/prisma-adapter" alt="@next-auth/prisma-adapter Version" />
1212
</p> -->
@@ -150,7 +150,7 @@ type User
150150

151151
## Contributing
152152

153-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
153+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
154154

155155
## License
156156

‎packages/adapter-dgraph/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.3",
44
"description": "Dgraph adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
8-
"url": "https://github.com/nextauthjs/adapters/issues"
8+
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},
1010
"author": "Arnaud Derbey <arnaud@derbey.dev>",
1111
"contributors": [],

‎packages/adapter-dynamodb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="Build Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="Build Test" />
1010
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/dynamodb-adapter/latest" alt="Bundle Size"/>
1111
<img src="https://img.shields.io/npm/v/@next-auth/dynamodb-adapter" alt="@next-auth/dynamodb-adapter Version" />
1212
</p>
@@ -96,7 +96,7 @@ Here is a schema of the table :
9696

9797
## Contributing
9898

99-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
99+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
100100

101101
## License
102102

‎packages/adapter-dynamodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/dynamodb-adapter",
3-
"repository": "https://github.com/nextauthjs/adapters",
3+
"repository": "https://github.com/nextauthjs/next-auth",
44
"version": "1.0.3",
55
"description": "AWS DynamoDB adapter for next-auth.",
66
"keywords": [

‎packages/adapter-fauna/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Open Source. Full Stack. Own Your Data.
88
</p>
99
<p align="center" style="align: center;">
10-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="Build Test" />
10+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="Build Test" />
1111
<a href="https://www.npmjs.com/package/@next-auth/faunadb-adapter" target="_blank"><img src="https://img.shields.io/bundlephobia/minzip/@next-auth/fauna-adapter/next" alt="Bundle Size"/></a>
1212
<a href="https://www.npmjs.com/package/@next-auth/faunadb-adapter" target="_blank"><img src="https://img.shields.io/npm/v/@next-auth/fauna-adapter/next" alt="@next-auth/fauna-adapter Version" /></a>
1313
</p>
@@ -53,7 +53,7 @@ export default NextAuth({
5353

5454
## Contributing
5555

56-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
56+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
5757

5858
## License
5959

‎packages/adapter-fauna/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.3",
44
"description": "Fauna Adapter for NextAuth",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
88
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},

‎packages/adapter-firebase/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Open Source. Full Stack. Own Your Data.
88
</p>
99
<p align="center" style="align: center;">
10-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="Build Test" />
10+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="Build Test" />
1111
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/firebase-adapter/latest" alt="Bundle Size"/>
1212
<img src="https://img.shields.io/npm/v/@next-auth/firebase-adapter" alt="@next-auth/firebase-adapter Version" />
1313
</p>
@@ -83,7 +83,7 @@ See [firebase.google.com/docs/web/setup](https://firebase.google.com/docs/web/se
8383
8484
## Contributing
8585
86-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
86+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
8787
8888
## License
8989

‎packages/adapter-firebase/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.3",
44
"description": "Firebase adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
8-
"url": "https://github.com/nextauthjs/adapters/issues"
8+
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},
1010
"author": "Ron Houben <ron.houben85@gmail.com>",
1111
"contributors": [

‎packages/adapter-mikro-orm/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="CI Test" />
1010
<a href="https://www.npmjs.com/package/@next-auth/mikro-orm-adapter" target="_blank"><img src="https://img.shields.io/bundlephobia/minzip/@next-auth/mikro-orm-adapter/next" alt="Bundle Size"/></a>
1111
<a href="https://www.npmjs.com/package/@next-auth/mikro-orm-adapter" target="_blank"><img src="https://img.shields.io/npm/v/@next-auth/mikro-orm-adapter/next" alt="@next-auth/mikro-orm-adapter Version" /></a>
1212
</p>
@@ -49,7 +49,7 @@ This is the MikroORM Adapter for [`next-auth`](https://next-auth.js.org). This p
4949

5050
## Contributing
5151

52-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
52+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
5353

5454
## License
5555

‎packages/adapter-mikro-orm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.1",
44
"description": "MikroORM adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
88
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},

‎packages/adapter-mongodb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="CI Test" />
1010
<a href="https://www.npmjs.com/package/@next-auth/mongodb-adapter" target="_blank"><img src="https://img.shields.io/bundlephobia/minzip/@next-auth/mongodb-adapter" alt="Bundle Size"/></a>
1111
<a href="https://www.npmjs.com/package/@next-auth/mongodb-adapter" target="_blank"><img src="https://img.shields.io/npm/v/@next-auth/mongodb-adapter" alt="@next-auth/mongodb-adapter Version" /></a>
1212
</p>
@@ -79,7 +79,7 @@ export default NextAuth({
7979

8080
## Contributing
8181

82-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
82+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
8383

8484
## License
8585

‎packages/adapter-mongodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.3",
44
"description": "mongoDB adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
88
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},

‎packages/adapter-neo4j/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="Canary CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="Canary CI Test" />
1010
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/neo4j-adapter" alt="Bundle Size"/>
1111
<img src="https://img.shields.io/npm/v/@next-auth/neo4j-adapter" alt="@next-auth/neo4j-adapter Version" />
1212
</p>
@@ -50,7 +50,7 @@ export default NextAuth({
5050

5151
## Contributing
5252

53-
We're open to all community contributions! If you'd like to contribute in any way, please first read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/canary/CONTRIBUTING.md).
53+
We're open to all community contributions! If you'd like to contribute in any way, please first read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/canary/CONTRIBUTING.md).
5454

5555
## License
5656

‎packages/adapter-neo4j/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.3",
44
"description": "neo4j adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
88
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},

‎packages/adapter-pouchdb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="CI Test" />
1010
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/pouchdb-adapter" alt="Bundle Size"/>
1111
<img src="https://img.shields.io/npm/v/@next-auth/pouchdb-adapter" alt="@next-auth/pouchdb-adapter Version" />
1212
</p>
@@ -71,7 +71,7 @@ For more details, please see https://pouchdb.com/api.html#sync
7171

7272
## Contributing
7373

74-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
74+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
7575

7676
## License
7777

‎packages/adapter-pouchdb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.3",
44
"description": "PouchDB adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
88
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},

‎packages/adapter-prisma/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="CI Test" />
1010
<a href="https://www.npmjs.com/package/@next-auth/prisma-adapter" target="_blank"><img src="https://img.shields.io/bundlephobia/minzip/@next-auth/prisma-adapter/next" alt="Bundle Size"/></a>
1111
<a href="https://www.npmjs.com/package/@next-auth/prisma-adapter" target="_blank"><img src="https://img.shields.io/npm/v/@next-auth/prisma-adapter/next" alt="@next-auth/prisma-adapter Version" /></a>
1212
</p>
@@ -48,7 +48,7 @@ export default NextAuth({
4848

4949
## Contributing
5050

51-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
51+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
5252

5353
## License
5454

‎packages/adapter-prisma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.3",
44
"description": "Prisma adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
88
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},

‎packages/adapter-sequelize/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="CI Test" />
1010
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/sequelize-adapter" alt="Bundle Size"/>
1111
<img src="https://img.shields.io/npm/v/@next-auth/sequelize-adapter" alt="@next-auth/sequelize-adapter Version" />
1212
</p>
@@ -89,7 +89,7 @@ export default NextAuth({
8989

9090
## Contributing
9191

92-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
92+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
9393

9494
## License
9595

‎packages/adapter-sequelize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.4",
44
"description": "Sequelize adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
8-
"url": "https://github.com/nextauthjs/adapters/issues"
8+
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},
1010
"author": "github.com/luke-j",
1111
"main": "dist/index.js",

‎packages/adapter-typeorm-legacy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="Canary CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="Canary CI Test" />
1010
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/typeorm-legacy-adapter/canary" alt="Bundle Size"/>
1111
<img src="https://img.shields.io/npm/v/@next-auth/typeorm-legacy-adapter" alt="@next-auth/typeorm-legacy-adapter Version" />
1212
</p>

‎packages/adapter-typeorm-legacy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.3",
44
"description": "TypeORM (legacy) adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
8-
"url": "https://github.com/nextauthjs/adapters/issues"
8+
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},
1010
"author": "Iain Collins",
1111
"contributors": [

‎packages/adapter-upstash-redis/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Open Source. Full Stack. Own Your Data.
77
</p>
88
<p align="center" style="align: center;">
9-
<img src="https://github.com/nextauthjs/adapters/actions/workflows/release.yml/badge.svg" alt="CI Test" />
9+
<img src="https://github.com/nextauthjs/next-auth/actions/workflows/release.yml/badge.svg?branch=main" alt="CI Test" />
1010
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/upstash-adapter" alt="Bundle Size"/>
1111
<img src="https://img.shields.io/npm/v/@next-auth/upstash-adapter" alt="@next-auth/upstash-adapter Version" />
1212
</p>
@@ -80,7 +80,7 @@ export default NextAuth({
8080

8181
## Contributing
8282

83-
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/adapters/blob/main/CONTRIBUTING.md).
83+
We're open to all community contributions! If you'd like to contribute in any way, please read our [Contributing Guide](https://github.com/nextauthjs/next-auth/blob/main/CONTRIBUTING.md).
8484

8585
## License
8686

‎packages/adapter-upstash-redis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "3.0.0",
44
"description": "Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client.",
55
"homepage": "https://next-auth.js.org",
6-
"repository": "https://github.com/nextauthjs/adapters",
6+
"repository": "https://github.com/nextauthjs/next-auth",
77
"bugs": {
8-
"url": "https://github.com/nextauthjs/adapters/issues"
8+
"url": "https://github.com/nextauthjs/next-auth/issues"
99
},
1010
"author": "github.com/kay-is",
1111
"main": "dist/index.js",

‎packages/next-auth/src/adapters.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface VerificationToken {
5252
* - `deleteUser`
5353
* - `unlinkAccount`
5454
*
55-
* [Community adapters](https://github.com/nextauthjs/adapters) |
55+
* [Adapters Overview](https://next-auth.js.org/adapters/overview) |
5656
* [Create a custom adapter](https://next-auth.js.org/tutorials/creating-a-database-adapter)
5757
*/
5858
export interface Adapter {

‎packages/next-auth/src/core/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export interface NextAuthOptions {
117117
* * **Required**: *No*
118118
*
119119
* [Documentation](https://next-auth.js.org/configuration/options#adapter) |
120-
* [Community adapters](https://github.com/nextauthjs/adapters)
120+
* [Adapters Overview](https://next-auth.js.org/adapters/overview)
121121
*/
122122
adapter?: Adapter
123123
/**

0 commit comments

Comments
 (0)
Please sign in to comment.