mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: set abuse-limit to default
This commit is contained in:
parent
d33ffbbd37
commit
d6f5d81073
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ $utopia->get('/v1/auth/login/oauth/:provider/redirect')
|
|||
->label('error', __DIR__.'/../views/general/error.phtml')
|
||||
->label('webhook', 'auth.oauth')
|
||||
->label('scope', 'auth')
|
||||
->label('abuse-limit', 100)
|
||||
->label('abuse-limit', 50)
|
||||
->label('abuse-key', 'ip:{ip}')
|
||||
->label('docs', false)
|
||||
->param('provider', '', function () use ($providers) { return new WhiteList(array_keys($providers)); }, 'OAuth provider')
|
||||
|
|
|
|||
Loading…
Reference in a new issue