Skip to content

Commit dfeda82

Browse files
ianmacartneyConvex, Inc.
authored andcommitted
drop applicationID from second workos config (#42474)
Drop applicationID from second auth config GitOrigin-RevId: cbd7250a4936c1344e809b95950b7202df3957c8
1 parent cadd476 commit dfeda82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

npm-packages/docs/docs/auth/authkit/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ React app with Convex. If not follow the
153153
issuer: `https://api.workos.com/user_management/${clientId}`,
154154
algorithm: 'RS256',
155155
jwks: `https://api.workos.com/sso/jwks/${clientId}`,
156-
applicationID: clientId,
157156
},
158157
],
159158
};
@@ -321,7 +320,6 @@ Next.js app with Convex. If not follow the
321320
issuer: `https://api.workos.com/user_management/${clientId}`,
322321
algorithm: 'RS256',
323322
jwks: `https://api.workos.com/sso/jwks/${clientId}`,
324-
applicationID: clientId,
325323
},
326324
],
327325
};
@@ -690,7 +688,6 @@ export default {
690688
issuer: `https://api.workos.com/user_management/${clientId}`,
691689
algorithm: "RS256",
692690
jwks: `https://api.workos.com/sso/jwks/${clientId}`,
693-
applicationID: clientId,
694691
},
695692
],
696693
};

0 commit comments

Comments
 (0)