google / webauthndemo

An example Node.js Relying Party implementation of the WebAuthn specification
https://try-webauthn.appspot.com
Apache License 2.0
563 stars 123 forks source link

caBLE support #70

Closed ynojima closed 5 years ago

ynojima commented 5 years ago

I heard caBLE is supported by Chrome. If this demo supports caBLE, it would be helpful for relying parties who would like to support caBLE.

cpiper commented 5 years ago

We're looking at adding support for caBLE to the demo, but currently don't have a timeline for this.

cpiper commented 5 years ago

This is now implemented in https://github.com/google/webauthndemo/commit/8c588e670f31807b6bd069b8cf71798baa9a673b

ynojima commented 5 years ago

I tried the demo, but don't like the "google.com", my Pixel 3 didn't wake up when the "REGISTER NEW CREDENTIAL" button was clicked on my labtop with BLE. Is there any prerequisites for caBLE registration?

cpiper commented 5 years ago

Just to clarify, this is supported on the demo website, but not on Android at this point.

ynojima commented 5 years ago

Thank you for clarification.