tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Correct result of U2F attestation #46

Closed ErinvanderVeen closed 2 years ago

ErinvanderVeen commented 2 years ago

This is still mostly a TODO because choosing between Basic and CA can only be done once we implement the metadata service. Until we implement that we result in the Uncertain type with a chain of length 1.

Closes #45