mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 09:46:39 +02:00
🔒️ Check pkce for oidc provider (#1678)
This commit is contained in:
parent
e78c39660d
commit
22f32f9314
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export const OIDCProvider = () => {
|
|||
clientId: process.env.OIDC_CLIENT_ID,
|
||||
clientSecret: process.env.OIDC_CLIENT_SECRET,
|
||||
idToken: true,
|
||||
checks: ["state"],
|
||||
checks: ["pkce", "state"],
|
||||
allowDangerousEmailAccountLinking: true,
|
||||
profile(profile) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue