-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new isPasskeyPlatformAuthenticatorAvailable()
#413
Comments
Update: this method is being removed from WebAuthn in w3c/webauthn#1936, but there's no reason I couldn't still add a method of this name to this project using the proposed |
Is the return value going to be undefined when |
Hello @bschoenmaeckers that's a good question. I'm inclined to keep the method a binary yes/no. Based on possible return values for
... How does that sound? |
Having said that, |
How about If |
Describe the issue
w3c/webauthn#1901 is adding a new
PublicKeyCredential.isPasskeyPlatformAuthenticatorAvailable()
to offer RP's a signal that users will likely be able to use a passkey via the local platform authenticator, or via hybrid authentication.Reproduction Steps
N/A
Expected behavior
N/A
Code Samples + WebAuthn Options and Responses
N/A
Dependencies
N/A
SimpleWebAuthn Libraries
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: