code-server-2/src
Joe Previte 08521077f0
refactor(login): move rate limiter after successful login
Before, we weren't checking if a login was successful before counting it
against the rate limiter.

With this change, we only count unsuccessful logins against the rate limiter.

We did this because this was a bug but also because it caused problems with our
e2e tests hitting the rate limit.
2021-04-19 10:40:59 -07:00
..
browser Merge pull request #2823 from cdr/vapurrmaid/rm-updatecss 2021-03-05 14:04:33 -07:00
common app.ts: Fix createApp to log all http server errors 2021-01-20 02:06:43 -05:00
node refactor(login): move rate limiter after successful login 2021-04-19 10:40:59 -07:00