1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-24 08:15:41 +02:00
vaultwarden/src
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
..
api Implement user duo, initial version 2019-04-05 22:09:53 +02:00
db Add option to force resync clients in admin panel 2019-03-07 21:08:33 +01:00
static Adjust whitespace 2019-03-20 23:29:29 -04:00
auth.rs Some formatting and dependency updates 2019-03-03 16:11:55 +01:00
config.rs With the latest fern, syslog can be a config option instead of a build flag 2019-03-29 20:27:20 +01:00
crypto.rs Implement user duo, initial version 2019-04-05 22:09:53 +02:00
error.rs Allow changing error codes and create an empty error. 2019-03-14 00:17:36 +01:00
mail.rs Fixed long e-mail message extending 1000 lines. 2019-03-25 09:48:19 +01:00
main.rs With the latest fern, syslog can be a config option instead of a build flag 2019-03-29 20:27:20 +01:00
util.rs Changed uppercase deserializer to avoid a clone. 2019-03-18 22:02:37 +01:00