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

Add AbortTimeout for webauthn demo #72

Closed suzylii closed 5 years ago

suzylii commented 5 years ago

WebauthN API now support abort operation for user to cancel the ongoing request. It is appropriate to add this in demo to test it manually.