-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow to login using a Phone #10
Comments
I've never tried this before and indeed it doesn't work. But with NFC keys it should be possible yeah. I've used the PHP/JS code from https://github.com/davidearl/webauthn/ to get this working. They have a test page for the code that also doesn't work on my mobile phone. Unfortunately it doesn't seem to be actively developed, so we'll have to fix this ourselves. If you can have a first go at it, that's great. Otherwise I'll look into it some time. |
Maybe this library would work better (seems to be maintained at least)? https://github.com/lbuchs/WebAuthn |
FWIW, Webauthn is working for me, both via NFC and USB. Pixel 5 |
Android phones also working here with various Yubikeys, via NFC and USB:
Partial success on an iPhone 8, iOS 15.2.1, Safari browser. Able to register a Security Key C NFC via NFC. But the "test" option was greyed out, and attempting to log in after activating two-factor for the account resulted in a timeout with no apparent NFC activity by the phone. If it helps, demo.yubico.com has a webauthn test link that works correctly with the iPhone. The page lists out the request/reply/response information between the client and server. |
Hi, tha plugin works beautifully but only on desktop browsers. I have tried login in on a mobile device (Which i use to login on sites using my NFC key) but it doesn't start the process of asking for the key on it.
I will try to check how it's done and help to be able to implement it here.
The text was updated successfully, but these errors were encountered: