bitwarden_rs/src/api/core
Daniel García cfbeb56371
Implement user duo, initial version
TODO:
- At the moment each user needs to configure a DUO application and input the API keys, we need to check if multiple users can register with the same keys correctly and if so we could implement a global setting.
- Sometimes the Duo frame doesn't load correctly, but canceling, reloading the page and logging in again seems to fix it for me.
2019-04-05 22:09:53 +02:00
..
accounts.rs Delete old devices when deauthorizing user sessions 2019-02-16 23:06:26 +01:00
ciphers.rs Some formatting and dependency updates 2019-03-03 16:11:55 +01:00
folders.rs Update dependencies and fix some lints 2019-02-27 17:21:04 +01:00
mod.rs Allow changing error codes and create an empty error. 2019-03-14 00:17:36 +01:00
organizations.rs remove some unneeded mutability 2019-02-22 20:25:50 +01:00
two_factor.rs Implement user duo, initial version 2019-04-05 22:09:53 +02:00