vaultwarden/src
Mathijs van Veluw ef4bff09eb
Some checks failed
Build / Build and Test ${{ matrix.channel }} (msrv) (push) Has been cancelled
Build / Build and Test ${{ matrix.channel }} (rust-toolchain) (push) Has been cancelled
Hadolint / Validate Dockerfile syntax (push) Has been cancelled
Release / skip_check (push) Has been cancelled
trivy / Check (push) Has been cancelled
Release / docker-build (alpine) (push) Has been cancelled
Release / docker-build (debian) (push) Has been cancelled
Fix issue with key-rotate (#5348)
The new web-vault seems to call an extra endpoint, which looks like it is only used when passkeys can be used for login.
Since we do not support this (yet), we can just return an empty data object.

Signed-off-by: BlackDex <black.dex@gmail.com>
2025-01-04 23:00:05 +01:00
..
api Fix issue with key-rotate (#5348) 2025-01-04 23:00:05 +01:00
db Add partial role support for manager only using web-vault v2024.12.0 (#5219) 2025-01-04 19:31:59 +01:00
static Add partial role support for manager only using web-vault v2024.12.0 (#5219) 2025-01-04 19:31:59 +01:00
auth.rs Some refactoring and optimizations (#5291) 2024-12-14 00:55:34 +01:00
config.rs Add partial role support for manager only using web-vault v2024.12.0 (#5219) 2025-01-04 19:31:59 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
http_client.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
mail.rs Some refactoring and optimizations (#5291) 2024-12-14 00:55:34 +01:00
main.rs Update Rust and crates (#5248) 2024-12-05 22:10:59 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Allow adding connect-src entries (#5293) 2024-12-15 00:27:20 +01:00