cedarcode / webauthn-rails-demo-app

Rails app demonstrating a WebAuthn password-less login
https://webauthn.cedarcode.com
Apache License 2.0
101 stars 41 forks source link

Support signing in with Fingerprint Sensor―Chrome for Android #31

Closed grzuy closed 6 years ago

grzuy commented 6 years ago

Conversation of this actually started here https://github.com/cedarcode/webauthn-ruby/issues/68

Support WebAuthn ceremonies with:

Chromium Blog announcement: https://blog.chromium.org/2018/09/chrome-70-beta-shape-detection-web.html

grzuy commented 6 years ago

I wasn't able to get the Android Fingerprint request pop-up on "Chrome for Android 69" I wasn't able to get the Android Fingerprint request pop-up on "Chrome for Android 70 (Beta)" I was able to see the fingerprint pop-up on "Chrome for Android 71 (Dev)"

grzuy commented 6 years ago

Moved @sorah comments to https://github.com/cedarcode/webauthn-rails-demo-app/issues/32, as requested.

grzuy commented 6 years ago

@bdewater I was able to successfully sign in to https://webauthn.herokuapp.com with:

That Chrome version was released few days ago, previous Beta 70 patch version didn't worked for me.

@bdewater Still not working for you?

grzuy commented 6 years ago

@brauliomartinezlm Working for you?

brauliomartinezlm commented 6 years ago

Yes. For me it's currently working on:

grzuy commented 6 years ago

Great.

@bdewater Let us know in case not working for you. We can re-open this.

bdewater commented 6 years ago

It worked for me - in https://github.com/cedarcode/webauthn-rails-demo-app/pull/33#issuecomment-427591687 I figured out what went wrong.

grzuy commented 6 years ago

Cool, thanks for confirming :-)