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 543ea3a commit 677f2dcCopy full SHA for 677f2dc
auth.ts
@@ -55,17 +55,17 @@ export const config = {
55
Hubspot,
56
Keycloak,
57
LinkedIn,
58
- Netlify({ authorization: "https://app.netlify.com/authorize?scope" }),
+ Netlify,
59
Okta,
60
Passage,
61
Pinterest,
62
Reddit,
63
- Slack({ checks: ["nonce"] }), // TODO: Make this default in core
+ Slack,
64
Spotify,
65
Twitch,
66
Twitter,
67
WorkOS({
68
- authorization: `https://api.workos.com/sso/authorize?${new URLSearchParams({ connection: process.env.AUTH_WORKOS_CONNECTION ?? "" })}`,
+ connection: process.env.AUTH_WORKOS_CONNECTION,
69
}),
70
Zoom,
71
],
0 commit comments