1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Fix Create JWT abuse key

This commit is contained in:
Bradley Schofield 2021-07-27 12:07:39 +01:00
parent 7fb7f1073f
commit d729d54de0

View file

@ -782,7 +782,7 @@ App::post('/v1/account/jwt')
->label('sdk.response.type', Response::CONTENT_TYPE_JSON)
->label('sdk.response.model', Response::MODEL_JWT)
->label('abuse-limit', 10)
->label('abuse-key', 'url:{url},userId:{param-userId}')
->label('abuse-key', 'url:{url},userId:{userId}')
->inject('response')
->inject('user')
->action(function ($response, $user) {