-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check key type for makeCredential #28
Comments
12 tasks
robin-nitrokey
added a commit
to robin-nitrokey/fido-authenticator
that referenced
this issue
Jul 5, 2023
As required by the Webauthn spec, we now ignore public key credential parameters with a type other than "public-key". Fixes: trussed-dev#28
This was referenced Jul 5, 2023
robin-nitrokey
added a commit
to robin-nitrokey/fido-authenticator
that referenced
this issue
Jul 10, 2023
As required by the Webauthn spec, we now ignore public key credential parameters with a type other than "public-key". Fixes: trussed-dev#28
nickray
pushed a commit
to robin-nitrokey/fido-authenticator
that referenced
this issue
Sep 13, 2023
As required by the Webauthn spec, we now ignore public key credential parameters with a type other than "public-key". Fixes: trussed-dev#28
nickray
pushed a commit
that referenced
this issue
Sep 13, 2023
As required by the Webauthn spec, we now ignore public key credential parameters with a type other than "public-key". Fixes: #28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
key_type
field of thePublicKeyCredentialParameters
must be checked:https://www.w3.org/TR/webauthn/#dictionary-credential-params
Currently we accept all values.
The text was updated successfully, but these errors were encountered: