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

fix/example-conformance #644

Closed MasterKale closed 15 hours ago

MasterKale commented 15 hours ago

This PR fixes FIDO conformance routes in the example server for various type changes introduced in v11. FIDO conformance once again passes:

Screenshot 2024-11-20 at 10 26 54 PM

Fixes #643