update some missing features as well as mention if a feature requires configuration

Stefan Melmuk
2026-01-21 03:37:43 +01:00
parent ef96e4e2f5
commit c6e4f9f0ed

16
Home.md

@@ -14,7 +14,7 @@ Vaultwarden implements the Bitwarden APIs required for most functionality, inclu
* Personal vault support * Personal vault support
* [Organization](https://bitwarden.com/help/getting-started-organizations/) vault support * [Organization](https://bitwarden.com/help/getting-started-organizations/) vault support
* [Groups](https://bitwarden.com/help/about-groups/), setting an [environment variable](https://github.com/dani-garcia/vaultwarden/blob/bb2412d0339e1da5dee99fc566a2b2aab5d2808c/.env.template#L409-L414) is required in order to enable it) * [Groups](https://bitwarden.com/help/about-groups/), setting an [environment variable](https://github.com/dani-garcia/vaultwarden/blob/bb2412d0339e1da5dee99fc566a2b2aab5d2808c/.env.template#L409-L414) is required in order to enable it)
* [Event Logs](https://bitwarden.com/help/event-logs/) * [Event Logs](https://bitwarden.com/help/event-logs/) ([this must be enabled](https://github.com/dani-garcia/vaultwarden/blob/0c6817cb4e24964deaf765fd676da6c49e47d099/.env.template#L275-L278) as well)
* [Password sharing](https://bitwarden.com/help/sharing/) and [access control](https://bitwarden.com/help/user-types-access-control/) * [Password sharing](https://bitwarden.com/help/sharing/) and [access control](https://bitwarden.com/help/user-types-access-control/)
* [Collections](https://bitwarden.com/help/about-collections/) * [Collections](https://bitwarden.com/help/about-collections/)
* [File attachments](https://bitwarden.com/help/attachments/) * [File attachments](https://bitwarden.com/help/attachments/)
@@ -24,26 +24,28 @@ Vaultwarden implements the Bitwarden APIs required for most functionality, inclu
* [Bitwarden Authenticator (TOTP)](https://bitwarden.com/help/authenticator-keys/) * [Bitwarden Authenticator (TOTP)](https://bitwarden.com/help/authenticator-keys/)
* [Bitwarden Send](https://bitwarden.com/help/about-send/) * [Bitwarden Send](https://bitwarden.com/help/about-send/)
* [Emergency Access](https://bitwarden.com/help/emergency-access/) * [Emergency Access](https://bitwarden.com/help/emergency-access/)
* [Live sync](https://bitwarden.com/blog/live-sync/) (WebSocket only) for desktop/browser clients/extensions * [Trash](https://bitwarden.com/help/managing-items/#vault-trash) (soft delete, you [can configure the days for automatic deletion](https://github.com/dani-garcia/vaultwarden/blob/0c6817cb4e24964deaf765fd676da6c49e47d099/.env.template#L234))
* [Trash](https://bitwarden.com/help/managing-items/#vault-trash) (soft delete)
* [Master password re-prompt](https://bitwarden.com/help/managing-items/#protect-individual-items) * [Master password re-prompt](https://bitwarden.com/help/managing-items/#protect-individual-items)
* [Personal API key](https://bitwarden.com/help/personal-api-key/) * [Personal API key](https://bitwarden.com/help/personal-api-key/)
* Two-step login via [email](https://bitwarden.com/help/setup-two-step-login-email/), [Duo](https://bitwarden.com/help/setup-two-step-login-duo/), [YubiKey](https://bitwarden.com/help/setup-two-step-login-yubikey/), and [FIDO2 WebAuthn](https://bitwarden.com/help/setup-two-step-login-fido/) (including Nitrokeys and Solokeys) * Two-step login via [email](https://bitwarden.com/help/setup-two-step-login-email/), [Duo](https://bitwarden.com/help/setup-two-step-login-duo/), [YubiKey](https://bitwarden.com/help/setup-two-step-login-yubikey/), and [FIDO2 WebAuthn](https://bitwarden.com/help/setup-two-step-login-fido/) (including Nitrokeys and Solokeys)
* Username generator integration with SimpleLogin, AnonAddy, or Firefox Relay * Username generator integration with SimpleLogin, AnonAddy, or Firefox Relay
* [Directory Connector](https://bitwarden.com/help/directory-sync/) support * [Directory Connector](https://bitwarden.com/help/directory-sync/) support
* [Admin Password Reset](https://bitwarden.com/help/admin-reset/) * [Account Recovery](https://bitwarden.com/help/account-recovery/) (this requires [mail to be enabled](https://github.com/dani-garcia/vaultwarden/wiki/SMTP-Configuration))
* [Live sync](https://bitwarden.com/blog/live-sync/) (push notifications) for mobile clients (Android/iOS) * [Live sync](https://bitwarden.com/blog/live-sync/) (WebSocket only) for desktop/browser clients/extensions
* [Live sync](https://bitwarden.com/blog/live-sync/) ([push notifications](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Mobile-Client-push-notification)) for mobile clients (Android/iOS)
* [Single Sign-On (SSO)](https://bitwarden.com/help/about-sso/), see [Documentation](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-SSO-support-using-OpenId-Connect) * [Single Sign-On (SSO)](https://bitwarden.com/help/about-sso/), see [Documentation](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-SSO-support-using-OpenId-Connect)
* Certain enterprise policies: * Certain enterprise policies:
* [Require two-step login](https://bitwarden.com/help/policies/#require-two-step-login) * [Require two-step login](https://bitwarden.com/help/policies/#require-two-step-login)
* [Master password requirements](https://bitwarden.com/help/policies/#master-password-requirements) * [Master password requirements](https://bitwarden.com/help/policies/#master-password-requirements)
* [Master password reset](https://bitwarden.com/help/policies/#master-password-reset) * [Account recovery administration](https://bitwarden.com/help/policies/#account-recovery-administration) (only available if mail is enabled)
* [Password generator](https://bitwarden.com/help/policies/#password-generator) * [Password generator](https://bitwarden.com/help/policies/#password-generator)
* [Single organization](https://bitwarden.com/help/policies/#single-organization) * [Single organization](https://bitwarden.com/help/policies/#single-organization)
* [Remove individual vault](https://bitwarden.com/help/policies/#remove-individual-vault) * [Remove individual vault](https://bitwarden.com/help/policies/#remove-individual-vault)
* [Remove Send](https://bitwarden.com/help/policies/#remove-send) * [Remove Send](https://bitwarden.com/help/policies/#remove-send)
* [Send options](https://bitwarden.com/help/policies/#send-options) * [Send options](https://bitwarden.com/help/policies/#send-options)
* [Remove card item type](https://bitwarden.com/help/policies/#remove-card-item-type)
* [Default URI match detection](https://bitwarden.com/help/policies/#default-uri-match-detection)
## Missing features ## Missing features
@@ -55,6 +57,8 @@ Features that may be added as time permits (contributions are always welcome):
* [Bitwarden Public API](https://bitwarden.com/help/public-api/) / [Organization API key](https://bitwarden.com/help/public-api/#authentication) * [Bitwarden Public API](https://bitwarden.com/help/public-api/) / [Organization API key](https://bitwarden.com/help/public-api/#authentication)
This feature is partially added, but only to support the Bitwarden Directory Connector. This feature is partially added, but only to support the Bitwarden Directory Connector.
* [Login with Passkeys](https://bitwarden.com/help/login-with-passkeys/), cf. [#5929](https://github.com/dani-garcia/vaultwarden/pull/5929)
* [New Device Login Protection](https://bitwarden.com/help/new-device-verification/)
Features that probably won't be added unless contributed: Features that probably won't be added unless contributed: