1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-24 12:33:58 +00:00
vaultwarden/src
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
..
api Fix scope and refresh_token for API key logins 2022-01-21 23:10:15 -08:00
db Fix scope and refresh_token for API key logins 2022-01-21 23:10:15 -08:00
static Sync global_domains.json to bitwarden/server@5a8f334 (TransferWise) 2021-12-24 13:25:16 -08:00
auth.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
config.rs Add config option to set the HTTP redirect code for external icons 2021-12-30 23:06:52 -08:00
crypto.rs Add support for API keys 2022-01-21 23:10:11 -08:00
error.rs Support all DB's for Alpine and Debian 2021-12-26 21:59:28 +01:00
mail.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
main.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Remove unnecessary return 2021-12-29 16:29:42 +00:00