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

Use Promise instead of async/await #34

Closed agektmr closed 6 years ago

agektmr commented 6 years ago

In order to support Microsoft Edge, use Promise instead of async/await.