Replies: 2 comments 2 replies
-
For that you'll want to take advantage of the navigator.credentials.create({
// ...
publicKey: {
authenticatorSelection: {
authenticatorAttachment: 'platform'
},
},
}); |
Beta Was this translation helpful? Give feedback.
1 reply
-
How to pass this information using this lib? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
how can implement something like webauthn.io where on register we see a pop up for fingerprint/faceid directly ?
Beta Was this translation helpful? Give feedback.
All reactions