mirror of
https://github.com/cdr/code-server.git
synced 2025-12-25 01:43:37 +01:00
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. |
||
|---|---|---|
| .. | ||
| apps.ts | ||
| domainProxy.ts | ||
| health.ts | ||
| index.ts | ||
| login.ts | ||
| pathProxy.ts | ||
| static.ts | ||
| update.ts | ||
| vscode.ts | ||