tweag / webauthn

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

Decode PublicKeyCredentialOptions #39

Closed ErinvanderVeen closed 2 years ago

ErinvanderVeen commented 2 years ago

A small commit to Decode the PublicKeyCredentialOptions.

infinisil commented 2 years ago

We should insert links and text of the spec where the MUST ignore unknown values are done.

ErinvanderVeen commented 2 years ago

Current failures are due server/Main.hs which is currently being reworked. @Infinisil Do you think it is worth fixing the server in this PR when it will be reworked soon anyway?