0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-18 04:43:49 +02:00

add personal api key

Jeremy Lin 2022-01-25 01:15:13 -08:00
parent 7266a0ae81
commit 95a67d86ef

@ -23,6 +23,7 @@ Vaultwarden implements the Bitwarden APIs required for most functionality, inclu
* [Live sync](https://bitwarden.com/blog/post/live-sync/) (WebSocket only) for desktop/browser clients/extensions
* [Trash](https://bitwarden.com/help/article/managing-items/#items-in-the-trash) (soft delete)
* [Master password re-prompt](https://bitwarden.com/help/article/managing-items/#protect-individual-items)
* [Personal API key](https://bitwarden.com/help/personal-api-key/)
* Two-step login via [email](https://bitwarden.com/help/article/setup-two-step-login-email/), [Duo](https://bitwarden.com/help/article/setup-two-step-login-duo/), [YubiKey](https://bitwarden.com/help/article/setup-two-step-login-yubikey/), and [FIDO2 WebAuthn](https://bitwarden.com/help/article/setup-two-step-login-fido/)
* [Directory Connector](https://bitwarden.com/help/article/directory-sync/) support (basic implementation, no group support)
<br>Only version [v2.9.2](https://github.com/bitwarden/directory-connector/releases/tag/v2.9.2) and lower is supported, v2.9.3 and up use a different login method not supported yet.