File tree 28 files changed +42
-44
lines changed
28 files changed +42
-44
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ You **can** skip configuring a database and come back to it later if you want.
65
65
For more information about setting up a database, please check out the following links:
66
66
67
67
* Docs: [ next-auth.js.org/adapters/overview] ( https://next-auth.js.org/adapters/overview )
68
- * Adapters Repo: [ nextauthjs/adapters] ( https://github.com/nextauthjs/adapters )
69
68
70
69
### 3. Configure Authentication Providers
71
70
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ You **can** skip configuring a database and come back to it later if you want.
68
68
For more information about setting up a database, please check out the following links:
69
69
70
70
* Docs: [ next-auth.js.org/adapters/overview] ( https://next-auth.js.org/adapters/overview )
71
- * Adapters Repo: [ nextauthjs/adapters] ( https://github.com/nextauthjs/adapters )
72
71
73
72
### 3. Configure Authentication Providers
74
73
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<!-- <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" />
10
10
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/prisma-adapter" alt="Bundle Size"/>
11
11
<img src="https://img.shields.io/npm/v/@next-auth/prisma-adapter" alt="@next-auth/prisma-adapter Version" />
12
12
</p> -->
@@ -150,7 +150,7 @@ type User
150
150
151
151
## Contributing
152
152
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 ).
154
154
155
155
## License
156
156
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.3" ,
4
4
"description" : " Dgraph adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
- "url" : " https://github.com/nextauthjs/adapters /issues"
8
+ "url" : " https://github.com/nextauthjs/next-auth /issues"
9
9
},
10
10
"author" : " Arnaud Derbey <arnaud@derbey.dev>" ,
11
11
"contributors" : [],
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/dynamodb-adapter/latest" alt="Bundle Size"/>
11
11
<img src="https://img.shields.io/npm/v/@next-auth/dynamodb-adapter" alt="@next-auth/dynamodb-adapter Version" />
12
12
</p >
@@ -96,7 +96,7 @@ Here is a schema of the table :
96
96
97
97
## Contributing
98
98
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 ) .
100
100
101
101
## License
102
102
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @next-auth/dynamodb-adapter" ,
3
- "repository" : " https://github.com/nextauthjs/adapters " ,
3
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
4
4
"version" : " 1.0.3" ,
5
5
"description" : " AWS DynamoDB adapter for next-auth." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 7
7
Open Source. Full Stack. Own Your Data.
8
8
</p >
9
9
<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" />
11
11
<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>
12
12
<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>
13
13
</p >
@@ -53,7 +53,7 @@ export default NextAuth({
53
53
54
54
## Contributing
55
55
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 ) .
57
57
58
58
## License
59
59
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.3" ,
4
4
"description" : " Fauna Adapter for NextAuth" ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
8
"url" : " https://github.com/nextauthjs/next-auth/issues"
9
9
},
Original file line number Diff line number Diff line change 7
7
Open Source. Full Stack. Own Your Data.
8
8
</p >
9
9
<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" />
11
11
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/firebase-adapter/latest" alt="Bundle Size"/>
12
12
<img src="https://img.shields.io/npm/v/@next-auth/firebase-adapter" alt="@next-auth/firebase-adapter Version" />
13
13
</p >
@@ -83,7 +83,7 @@ See [firebase.google.com/docs/web/setup](https://firebase.google.com/docs/web/se
83
83
84
84
## Contributing
85
85
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).
87
87
88
88
## License
89
89
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.3" ,
4
4
"description" : " Firebase adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
- "url" : " https://github.com/nextauthjs/adapters /issues"
8
+ "url" : " https://github.com/nextauthjs/next-auth /issues"
9
9
},
10
10
"author" : " Ron Houben <ron.houben85@gmail.com>" ,
11
11
"contributors" : [
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<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>
11
11
<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>
12
12
</p >
@@ -49,7 +49,7 @@ This is the MikroORM Adapter for [`next-auth`](https://next-auth.js.org). This p
49
49
50
50
## Contributing
51
51
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 ) .
53
53
54
54
## License
55
55
Original file line number Diff line number Diff line change 3
3
"version" : " 2.0.1" ,
4
4
"description" : " MikroORM adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
8
"url" : " https://github.com/nextauthjs/next-auth/issues"
9
9
},
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<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>
11
11
<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>
12
12
</p >
@@ -79,7 +79,7 @@ export default NextAuth({
79
79
80
80
## Contributing
81
81
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 ) .
83
83
84
84
## License
85
85
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.3" ,
4
4
"description" : " mongoDB adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
8
"url" : " https://github.com/nextauthjs/next-auth/issues"
9
9
},
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/neo4j-adapter" alt="Bundle Size"/>
11
11
<img src="https://img.shields.io/npm/v/@next-auth/neo4j-adapter" alt="@next-auth/neo4j-adapter Version" />
12
12
</p >
@@ -50,7 +50,7 @@ export default NextAuth({
50
50
51
51
## Contributing
52
52
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 ) .
54
54
55
55
## License
56
56
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.3" ,
4
4
"description" : " neo4j adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
8
"url" : " https://github.com/nextauthjs/next-auth/issues"
9
9
},
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/pouchdb-adapter" alt="Bundle Size"/>
11
11
<img src="https://img.shields.io/npm/v/@next-auth/pouchdb-adapter" alt="@next-auth/pouchdb-adapter Version" />
12
12
</p >
@@ -71,7 +71,7 @@ For more details, please see https://pouchdb.com/api.html#sync
71
71
72
72
## Contributing
73
73
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 ) .
75
75
76
76
## License
77
77
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.3" ,
4
4
"description" : " PouchDB adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
8
"url" : " https://github.com/nextauthjs/next-auth/issues"
9
9
},
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<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>
11
11
<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>
12
12
</p >
@@ -48,7 +48,7 @@ export default NextAuth({
48
48
49
49
## Contributing
50
50
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 ) .
52
52
53
53
## License
54
54
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.3" ,
4
4
"description" : " Prisma adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
8
"url" : " https://github.com/nextauthjs/next-auth/issues"
9
9
},
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/sequelize-adapter" alt="Bundle Size"/>
11
11
<img src="https://img.shields.io/npm/v/@next-auth/sequelize-adapter" alt="@next-auth/sequelize-adapter Version" />
12
12
</p >
@@ -89,7 +89,7 @@ export default NextAuth({
89
89
90
90
## Contributing
91
91
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 ) .
93
93
94
94
## License
95
95
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.4" ,
4
4
"description" : " Sequelize adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
- "url" : " https://github.com/nextauthjs/adapters /issues"
8
+ "url" : " https://github.com/nextauthjs/next-auth /issues"
9
9
},
10
10
"author" : " github.com/luke-j" ,
11
11
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/typeorm-legacy-adapter/canary" alt="Bundle Size"/>
11
11
<img src="https://img.shields.io/npm/v/@next-auth/typeorm-legacy-adapter" alt="@next-auth/typeorm-legacy-adapter Version" />
12
12
</p >
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.3" ,
4
4
"description" : " TypeORM (legacy) adapter for next-auth." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
- "url" : " https://github.com/nextauthjs/adapters /issues"
8
+ "url" : " https://github.com/nextauthjs/next-auth /issues"
9
9
},
10
10
"author" : " Iain Collins" ,
11
11
"contributors" : [
Original file line number Diff line number Diff line change 6
6
Open Source. Full Stack. Own Your Data.
7
7
</p >
8
8
<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" />
10
10
<img src="https://img.shields.io/bundlephobia/minzip/@next-auth/upstash-adapter" alt="Bundle Size"/>
11
11
<img src="https://img.shields.io/npm/v/@next-auth/upstash-adapter" alt="@next-auth/upstash-adapter Version" />
12
12
</p >
@@ -80,7 +80,7 @@ export default NextAuth({
80
80
81
81
## Contributing
82
82
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 ) .
84
84
85
85
## License
86
86
Original file line number Diff line number Diff line change 3
3
"version" : " 3.0.0" ,
4
4
"description" : " Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client." ,
5
5
"homepage" : " https://next-auth.js.org" ,
6
- "repository" : " https://github.com/nextauthjs/adapters " ,
6
+ "repository" : " https://github.com/nextauthjs/next-auth " ,
7
7
"bugs" : {
8
- "url" : " https://github.com/nextauthjs/adapters /issues"
8
+ "url" : " https://github.com/nextauthjs/next-auth /issues"
9
9
},
10
10
"author" : " github.com/kay-is" ,
11
11
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export interface VerificationToken {
52
52
* - `deleteUser`
53
53
* - `unlinkAccount`
54
54
*
55
- * [Community adapters ](https://github.com/nextauthjs/ adapters) |
55
+ * [Adapters Overview ](https://next-auth.js.org/ adapters/overview ) |
56
56
* [Create a custom adapter](https://next-auth.js.org/tutorials/creating-a-database-adapter)
57
57
*/
58
58
export interface Adapter {
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export interface NextAuthOptions {
117
117
* * **Required**: *No*
118
118
*
119
119
* [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 )
121
121
*/
122
122
adapter ?: Adapter
123
123
/**
You can’t perform that action at this time.
0 commit comments