bitwarden_rs/src
Helmut K. C. Tessarek ea04b6f151
refactor: replace panic with a graceful exit (#4402)
* refactor: replace panic with a graceful exit

* fix: clippy errors

* fix: typo

* Update src/main.rs

Co-authored-by: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com>

---------

Co-authored-by: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com>
2024-03-17 19:53:41 +01:00
..
api Remove custom WebSocket code (#4001) 2024-03-17 19:52:55 +01:00
db Improve JWT key initialization and avoid saving public key (#4085) 2024-03-17 15:11:20 +01:00
static Update crates, GHA and a Python/JS scripts (#4357) 2024-02-25 23:26:46 +01:00
auth.rs Improve JWT key initialization and avoid saving public key (#4085) 2024-03-17 15:11:20 +01:00
config.rs Remove custom WebSocket code (#4001) 2024-03-17 19:52:55 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Remove custom WebSocket code (#4001) 2024-03-17 19:52:55 +01:00
mail.rs Add Protected Actions Check (#4067) 2023-11-12 22:15:44 +01:00
main.rs refactor: replace panic with a graceful exit (#4402) 2024-03-17 19:53:41 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Improve JWT key initialization and avoid saving public key (#4085) 2024-03-17 15:11:20 +01:00