We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac24be commit 36f5897Copy full SHA for 36f5897
dev-auth/oidc-provider.mjs
@@ -22,7 +22,7 @@ const configuration = {
22
redirect_uris: [
23
// Better Auth genericOAuth uses /oauth2/callback/:providerId
24
"http://localhost:3000/api/auth/oauth2/callback/oidc",
25
- "http://localhost:3000/api/auth/oauth2/callback/oidc",
+ "http://localhost:3001/api/auth/oauth2/callback/oidc",
26
"http://localhost:3002/api/auth/oauth2/callback/oidc",
27
"http://localhost:3003/api/auth/oauth2/callback/oidc",
28
],
0 commit comments