mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
- Return same error in all cases for login endpoint. - Log error details in server logs. - Make most login errors take ~1s to prevent timing attacks. - Don't return forgot password errors. - Log password errors in server logs. - Make most forgot password requests take ~1s to prevent timing attacks. Fixes #531 |
||
|---|---|---|
| .. | ||
| integration | ||
| plugins | ||
| support | ||
| README.md | ||
| tsconfig.json | ||
Cypress Testing
Opening Cypress locally
To open simply run:
yarn cypress:open
This will open up cypress locally and allow you to view the current test suite, as well as start writing new test.