1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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