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

Error: Cannot get schema for 'ECDSASigValue' target #608

Closed mugambi40 closed 2 months ago

mugambi40 commented 2 months ago

Describe the issue

Am getting the Error: Cannot get schema for 'ECDSASigValue' target when I try to authentic. I have implemented SimpleWebAuthn in a NextJs 14.2.8. Am using windows 11 to test.

Dependencies

MasterKale commented 2 months ago

Hello @mugambi40 can you provide a minimal reproduction of the problem please? I can't help without at least a WebAuthn response that's causing this issue, but with NextJS in the mix it's hard to rule it out as part of the problem.

mugambi40 commented 2 months ago

Hello @MasterKale the issue was in my code. I was able to fix.