frasertweedale / hs-jose

Haskell JOSE and JWT library
http://hackage.haskell.org/package/jose
Apache License 2.0
122 stars 46 forks source link

improve `AlgorithmMismatch` reporting #71

Closed frasertweedale closed 2 years ago

frasertweedale commented 5 years ago

Strings suck. Create a dedicated type to encode an algorithm mismatch and change the AlgorithmMismatch constructor to use it.

frasertweedale commented 2 years ago

Eh, I can live with it.