From b9072047b3267bf166215454e11cdf442e2bd2c8 Mon Sep 17 00:00:00 2001 From: Fabian Kaczmarczyck Date: Mon, 8 Feb 2021 17:56:27 +0100 Subject: [PATCH] update README to new constant --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14c3dc6..41f5378 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,8 @@ a few things you can personalize: 1. Increase the `MAX_CRED_BLOB_LENGTH` in `ctap/mod.rs`, if you expect blobs bigger than the default value. 1. If a certification (additional to FIDO's) requires that all requests are - protected with user verification, set `CAN_DISABLE_ALWAYS_UV` in - `ctap/config_command.rs` to `false`. In that case, consider deploying - authenticators after calling `toggleAlwaysUv` to activate the feature. - Alternatively, you could change `ctap/storage.rs` to set `alwaysUv` in its - initialization. + protected with user verification, set `ENFORCE_ALWAYS_UV` in + `ctap/config_mod.rs` to `true`. ### 3D printed enclosure