Skip to content

Releases: webauthn-open-source/webauthn-simple-app

v1.2.0

23 Jun 15:47
Compare
Choose a tag to compare

Adds the following features:

  • Calls and returns value of getClientExtensionResults
  • Verified compatibility with Windows Hello (esp. userHandle field)
  • Fixes detection and event firing when WebAuthn is not supported by the browser
  • Minor bug fixes

v1.1.0

07 May 06:14
Compare
Choose a tag to compare

More useful information for debugging and exploring WebAuthn:

  • debugInfo added to server response to see how the server interpreted the information
  • toHumanString updated to be more detailed and automatically hex-dump ArrayBuffers
  • Changed routes to the routes that will be used for certification

v1.0.0

22 Apr 07:44
Compare
Choose a tag to compare

First release

  • API complete and mostly tested
  • Documentation complete, with some editorial work needed