security: be slightly more generous with login ratelimits

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-26 14:18:21 -05:00
parent 782a4494da
commit e6f735b8ca
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def check_for_alts(current:User):
@app.post("/login")
@limiter.limit("1/10 seconds;6/minute;100/hour;500/day")
@limiter.limit("1/5 seconds;6/minute;100/hour;500/day")
def login_post():
template = ''