fix: Increase max length of OIDC code challenge (#1126)

Closes #1113
This commit is contained in:
cjmaldonado
2025-05-13 03:56:01 -05:00
committed by GitHub
parent c0f3dbe401
commit 57450a7651

View File

@@ -35,7 +35,7 @@ module.exports = {
inputs: {
code: {
type: 'string',
maxLength: 1024,
maxLength: 2048,
required: true,
},
nonce: {