Skip to content

Commit 677f2dc

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 543ea3a commit 677f2dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

auth.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ export const config = {
5555
Hubspot,
5656
Keycloak,
5757
LinkedIn,
58-
Netlify({ authorization: "https://app.netlify.com/authorize?scope" }),
58+
Netlify,
5959
Okta,
6060
Passage,
6161
Pinterest,
6262
Reddit,
63-
Slack({ checks: ["nonce"] }), // TODO: Make this default in core
63+
Slack,
6464
Spotify,
6565
Twitch,
6666
Twitter,
6767
WorkOS({
68-
authorization: `https://api.workos.com/sso/authorize?${new URLSearchParams({ connection: process.env.AUTH_WORKOS_CONNECTION ?? "" })}`,
68+
connection: process.env.AUTH_WORKOS_CONNECTION,
6969
}),
7070
Zoom,
7171
],

0 commit comments

Comments
 (0)