When generate Registration Options, can we enable only the "my devices" #407
alan345
started this conversation in
Troubleshooting
Replies: 2 comments 4 replies
-
You sure can, you just need to specify the const options = generateRegistrationOptions({
// ...
authenticatorSelection: {
authenticatorAttachment: 'platform',
},
}); The other option, Here's a bit more info about the two possible values if you want to read up about them: https://www.w3.org/TR/webauthn-2/#enum-attachment |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Can we hide the all other options in this screen and keep only "This device"?
When signup the passkey in stripe.com and cvs.com and, it did give me the options to setup the passkey only with my current device.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions