bitwarden_rs/src/api
BlackDex c64560016e Add /api/accounts/verify-password endpoint
If for some reason the hashed password is cleared from memory within a
bitwarden client it will try to verify the password at the server side.

This endpoint was missing.

Resolves #1156
2020-09-25 18:26:48 +02:00
..
core Add /api/accounts/verify-password endpoint 2020-09-25 18:26:48 +02:00
admin.rs Add support for multiple simultaneous database features by using macros. 2020-08-24 20:11:17 +02:00
icons.rs Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation 2020-07-15 00:00:03 +02:00
identity.rs Remove redundant user fetching from login 2020-08-11 16:48:15 +02:00
mod.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00
notifications.rs Improving code 2020-08-31 22:20:21 +02:00
web.rs As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299 2020-09-19 22:19:55 +02:00