mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #25302 from overleaf/em-pkce-support-enforcement
Enforce pkceEnabled flag in OAuth configuration GitOrigin-RevId: 8e941179017712050570f13522ec42814aa58c06
This commit is contained in:
@@ -10,6 +10,7 @@ const OauthApplicationSchema = new Schema(
|
||||
name: String,
|
||||
redirectUris: [String],
|
||||
scopes: [String],
|
||||
pkceEnabled: Boolean,
|
||||
},
|
||||
{
|
||||
collection: 'oauthApplications',
|
||||
|
||||
Reference in New Issue
Block a user