tweag / webauthn

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

Split AssertionInvalidSignature Either error into two separate ones #69

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

Originally it was thought that the Either was needed for some Monad vs Applicative reasons, but that turns out to be false