MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.62k stars 137 forks source link

Example Broken - FIDO Conformance #643

Closed dmaesj closed 15 hours ago

dmaesj commented 1 day ago

Describe the issue

Reproduction Steps

  1. Go through example tutorial
  2. Enable FIDO_CONFORMANCE = true
  3. Start server and see errors

Expected behavior

Server should start with FIDO_CONFORMANCE = true and not throw errors

Code Samples + WebAuthn Options and Responses

Refer to pull request submitted

Dependencies

none

SimpleWebAuthn Libraries

This is in regards to the example provided

Additional context

Example is broken for FIDO Conformance

MasterKale commented 15 hours ago

Thanks for the report @dmaesj, a fix has been merged with #644.