1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/common/defs/fido/apple.json
Andrew Kozlik 4cd88e16f7 feat(core): Introduce use_compact option for FIDO2.
When use_compact is set to true, Trezor creates smaller credential IDs.
2023-04-05 15:49:27 +02:00

8 lines
134 B
JSON

{
"name": "Apple",
"webauthn": ["apple.com"],
"use_sign_count": false,
"use_self_attestation": false,
"use_compact": true
}