From 3c5dddf5f9efe1674089dca175c52c5b540e983a Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 7 Nov 2022 15:40:56 -0800 Subject: [PATCH] Add authenticator attachments to example responses --- examples/authentication.py | 1 + examples/registration.py | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/authentication.py b/examples/authentication.py index 22601fd..5f6bfa4 100644 --- a/examples/authentication.py +++ b/examples/authentication.py @@ -51,6 +51,7 @@ "userHandle": "T1RWa1l6VXdPRFV0WW1NNVlTMDBOVEkxTFRnd056Z3RabVZpWVdZNFpEVm1ZMk5p" }, "type": "public-key", + "authenticatorAttachment": "cross-platform", "clientExtensionResults": {} }""" ), diff --git a/examples/registration.py b/examples/registration.py index 51358b9..539c066 100644 --- a/examples/registration.py +++ b/examples/registration.py @@ -66,6 +66,7 @@ }, "type": "public-key", "clientExtensionResults": {}, + "authenticatorAttachment": "platform", "transports": ["internal"] }""" ),