tweag / webauthn

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

Create FromJSON instance for WJCredentialOptionsAuthentication #146

Closed lykahb closed 1 year ago

lykahb commented 2 years ago

This is useful in the test suite for the auth endpoints. The constructor for WJCredentialOptionsAuthentication is not exposed, so making an orphan instance locally is not possible

infinisil commented 1 year ago

This was done with #149