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.63k stars 137 forks source link

Example - FIDO Fix #638

Closed dmaesj closed 3 days ago

dmaesj commented 1 week ago

ENABLE_CONFORMANCE="true" is currently broken on the example project. This is due to an outdated model in the fido-conformance.ts file. Updated the user model to be the same as used in index.ts

MasterKale commented 3 days ago

@dmaesj Thank you for the flagging this problem, and for going the extra step and creating a PR. As per the README, though this project is not currently open to outside contributions. Please create an issue instead and I'll be sure to fix this.