File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
npm-packages/docs/docs/auth/authkit Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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};
You can’t perform that action at this time.
0 commit comments