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 ability to abort a request #69

Closed kpaulh closed 5 years ago

kpaulh commented 5 years ago

One way to do this would be to have an option to set an abort signal timeout. After waiting for the specified timeout during a request, webauthndemo will then signal the abort controller to cancel the request.

suzylii commented 5 years ago

This is now implemented in 6e5d6b1