Merge pull request #21838 from overleaf/jdt-ae-wf-codec-challenge
[Web] Enable PKCE flows for Oauth server GitOrigin-RevId: e9a61596ed64e2be8b038b35eb8ea3e21b772e97
This commit is contained in:
committed by
Copybot
parent
0baaed6cdf
commit
c6824f8649
@@ -11,6 +11,8 @@ const OauthAuthorizationCodeSchema = new Schema(
|
||||
redirectUri: String,
|
||||
scope: String,
|
||||
user_id: { type: ObjectId, ref: 'User' },
|
||||
codeChallenge: String,
|
||||
codeChallengeMethod: String,
|
||||
},
|
||||
{
|
||||
collection: 'oauthAuthorizationCodes',
|
||||
|
||||
Reference in New Issue
Block a user