-
Notifications
You must be signed in to change notification settings - Fork 24
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
problem authenticating - abort #63
Comments
What are you expecting to happen if you cancel? The demo is just reporting that happened. |
The same with me also when I tried. If I use the windows login PIN in windows Hello at the time of user registration, it works for login also. But if I use an external device like an android phone at the time of registration, it doesn't give option to use android on login |
|
It seems, if we add 'hybrid' in transports under function "prepareForLogin" in file "WebAuthn\WebAuthn.php", we could get cross-platform enabled. I am not sure if it has any security implications as I am new to webauthn. |
Hello, I am trying to use the library for an implementation. I am having a problem after registering the device (it works perfectly) and then when trying to authenticate, the Windows modal appears to enter a USB access key but later when canceling (to enter with the fingerprint stored on my device) the operation aborts .
This happens both in the demo and in my server integration.
I can't find where the problem is, the code was not changed at all.
The text was updated successfully, but these errors were encountered: