1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Update JWT creation abuse limits

This commit is contained in:
Jake Barnby 2022-06-07 08:57:37 +12:00
parent e8a9f3f9c4
commit 254a075d7d

View file

@ -965,7 +965,7 @@ App::post('/v1/account/jwt')
->label('sdk.response.code', Response::STATUS_CODE_CREATED)
->label('sdk.response.type', Response::CONTENT_TYPE_JSON)
->label('sdk.response.model', Response::MODEL_JWT)
->label('abuse-limit', 10)
->label('abuse-limit', 100)
->label('abuse-key', 'url:{url},userId:{userId}')
->inject('response')
->inject('user')