tweag / webauthn

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

Replace `DecodingError` types with just a string error #86

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

There's no reason to catch specific decoding errors, and it's just a pain to work with

infinisil commented 2 years ago

Done with #90