0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-13 21:41:43 +01:00
bitwarden_rs/src/api
Jeremy Lin 8f7900759f Fix scope and refresh_token for API key logins
API key logins use a scope of `api`, not `api offline_access`. Since
`offline_access` is not requested, no `refresh_token` is returned either.
2022-01-21 23:10:15 -08:00
..
core Add support for API keys 2022-01-21 23:10:11 -08:00
admin.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
icons.rs Add config option to set the HTTP redirect code for external icons 2021-12-30 23:06:52 -08:00
identity.rs Fix scope and refresh_token for API key logins 2022-01-21 23:10:15 -08:00
mod.rs Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
notifications.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
web.rs Additionally set expires header when caching responses 2021-12-28 16:24:47 +00:00