You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
#koesie10/webauthn-demo:1
When I was trying to register with Windows Hello, I got the following error:
then I added these code:
in
PubKeyCredParams
:webauthn/webauthn/registration.go
Lines 38 to 43 in 8626f96
Then the error disappeared, but I got an error while finishing the registration (running
WebAuthn.ParseAndFinishRegistration()
) at line 132:webauthn/protocol/attestation.go
Lines 122 to 148 in 8626f96
the
a.Fmt
wasnone
.When I added the code after line 131, in the if statement:
I got:
Chrome 121.0.6167.86.
Update: Same problem on Firefox 116.0.3 (64 bit)
The text was updated successfully, but these errors were encountered: