Closed Saif-Shines closed 1 year ago
Hello @Saif-Shines, I notice you're using @simplewebauthn/server@6.2.2. The library has undergone extensive refactoring since November of last year. Please try updating to the latest @simplewebauthn/server@8.2.3 and see if the issue still persists.
It's been three weeks with no follow-up so I'm closing this issue out.
Sorry for no follow up, @MasterKale — updating it to latest has solved the problem.
Describe the issue
I am building a simple app to try web authn. During the registration, I followed I successfully generated registration options and passed them to verify them. Despite many efforts, always see verifyRegistrationResponse(..) returning
Error: Insufficient data
.Code Samples + WebAuthn Options and Responses
The following the JSON that clients sends to the server as part of verification:
Similarly, I do add all the options:
The following is the error I always see:
Dependencies
SimpleWebAuthn Libraries