Skip to content

Commit

Permalink
Add authenticator attachments to example responses
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Nov 7, 2022
1 parent e267aa9 commit 3c5dddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"userHandle": "T1RWa1l6VXdPRFV0WW1NNVlTMDBOVEkxTFRnd056Z3RabVZpWVdZNFpEVm1ZMk5p"
},
"type": "public-key",
"authenticatorAttachment": "cross-platform",
"clientExtensionResults": {}
}"""
),
Expand Down
1 change: 1 addition & 0 deletions examples/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
},
"type": "public-key",
"clientExtensionResults": {},
"authenticatorAttachment": "platform",
"transports": ["internal"]
}"""
),
Expand Down

0 comments on commit 3c5dddf

Please sign in to comment.