You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Review and update options in `nextauth.config.js` as needed.
72
72
73
73
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}`.
74
74
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`
76
76
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
78
78
79
79
3. You can also choose to specify an SMTP server for passwordless sign in via email.
80
80
@@ -97,14 +97,6 @@ npm run start
97
97
98
98
Follow the [Deployment documentation](https://next-auth.js.org/deployment)
1. Review and update options in `pages/api/auth/[...nextauth].js` as needed.
75
75
76
76
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}`.
77
77
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`
79
79
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
81
81
82
82
3. You can also choose to specify an SMTP server for passwordless sign in via email.
83
83
@@ -100,14 +100,6 @@ npm run start
100
100
101
101
Follow the [Deployment documentation](https://next-auth.js.org/deployment)
Copy file name to clipboardExpand all lines: docs/docs/faq.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,8 +257,6 @@ NextAuth.js is an open source project built by individual contributors who are v
257
257
258
258
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.
259
259
260
-
If you are not able to develop a feature yourself, you can offer to sponsor someone to work on it.
0 commit comments