Merge branch '1.8.x' into fix-tests-jwt

This commit is contained in:
Matej Bačo 2025-12-23 16:31:32 +01:00
commit 2f4a362e1b

View file

@ -2955,7 +2955,8 @@ App::post('/v1/account/jwts')
contentType: ContentType::JSON,
))
->param('duration', 900, new Range(0, 3600), 'Time in seconds before JWT expires. Default duration is 900 seconds, and maximum is 3600 seconds.', true)
->label('abuse-limit', 100)
->label('abuse-limit', APP_LIMIT_WRITE_RATE_DEFAULT * 2)
->label('abuse-time', APP_LIMIT_WRITE_RATE_PERIOD_DEFAULT)
->label('abuse-key', 'url:{url},userId:{userId}')
->inject('response')
->inject('user')