Skip to content

Commit 58b06ca

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 929591d commit 58b06ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

auth.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ export const config = {
6666
Spotify,
6767
Twitch,
6868
Twitter,
69-
WorkOS({ authorization: { params: { connection: process.env.AUTH_WORKOS_CONNECTION } } }),
69+
WorkOS({
70+
authorization: `https://api.workos.com/sso/authorize?${new URLSearchParams({ connection: process.env.AUTH_WORKOS_CONNECTION ?? "" })}`,
71+
}),
7072
Zoom,
7173
],
7274
basePath: "/auth",

0 commit comments

Comments
 (0)