Merge pull request #25302 from overleaf/em-pkce-support-enforcement

Enforce pkceEnabled flag in OAuth configuration

GitOrigin-RevId: 8e941179017712050570f13522ec42814aa58c06
This commit is contained in:
Eric Mc Sween
2025-05-09 10:49:40 -04:00
committed by Copybot
parent 561b9680f9
commit 5d8fdd0e28

View File

@@ -10,6 +10,7 @@ const OauthApplicationSchema = new Schema(
name: String,
redirectUris: [String],
scopes: [String],
pkceEnabled: Boolean,
},
{
collection: 'oauthApplications',