From 842c592c9fab0d6f7f0147c4112bb5333f4934b9 Mon Sep 17 00:00:00 2001 From: Fabian Kaczmarczyck Date: Fri, 5 Feb 2021 18:51:56 +0100 Subject: [PATCH] adds changes to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index da46d7f..14c3dc6 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,12 @@ a few things you can personalize: length. 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. ### 3D printed enclosure