diff options
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.env.template b/.env.template index 3c177a26..ee781619 100644 --- a/.env.template +++ b/.env.template @@ -390,6 +390,17 @@ ## In any case, if a code has been used it can not be used again, also codes which predates it will be invalid. # AUTHENTICATOR_DISABLE_TIME_DRIFT=false +## Client Settings +## Enable experimental feature flags for clients. +## This is a comma-separated list of flags, e.g. "flag1,flag2,flag3". +## +## The following flags are available: +## - "autofill-overlay": Add an overlay menu to form fields for quick access to credentials. +## - "autofill-v2": Use the new autofill implementation. +## - "browser-fileless-import": Directly import credentials from other providers without a file. +## - "fido2-vault-credentials": Enable the use of FIDO2 security keys as second factor. +## EXPERIMENTAL_CLIENT_FEATURE_FLAGS=fido2-vault-credentials + ## Rocket specific settings ## See https://rocket.rs/v0.4/guide/configuration/ for more details. # ROCKET_ADDRESS=0.0.0.0 |