update README to new constant

This commit is contained in:
Fabian Kaczmarczyck
2021-02-08 17:56:27 +01:00
parent 160c83d242
commit b9072047b3

View File

@@ -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 1. Increase the `MAX_CRED_BLOB_LENGTH` in `ctap/mod.rs`, if you expect blobs
bigger than the default value. bigger than the default value.
1. If a certification (additional to FIDO's) requires that all requests are 1. If a certification (additional to FIDO's) requires that all requests are
protected with user verification, set `CAN_DISABLE_ALWAYS_UV` in protected with user verification, set `ENFORCE_ALWAYS_UV` in
`ctap/config_command.rs` to `false`. In that case, consider deploying `ctap/config_mod.rs` to `true`.
authenticators after calling `toggleAlwaysUv` to activate the feature.
Alternatively, you could change `ctap/storage.rs` to set `alwaysUv` in its
initialization.
### 3D printed enclosure ### 3D printed enclosure