frasertweedale / hs-jose

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

Fix typo in JWK error messages. #77

Closed nghamilton closed 5 years ago

nghamilton commented 5 years ago

Add missing space in error message for key / key-material mismatch errors.

frasertweedale commented 5 years ago

Pushed to master (71274bf64c0600c1d877152173a08a5bff7adf4d).

Thanks @nghamilton !