frasertweedale / hs-jose

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

Add a ToJSON instance for JWKSet #47

Closed lexi-lambda closed 7 years ago

lexi-lambda commented 7 years ago

There is already a FromJSON instance for JWKSet, but not a ToJSON instance. This just adds the (trivial) ToJSON instance.

frasertweedale commented 7 years ago

Thank you for your contribution! I'll release this in 0.7 rather than a point-release - I don't want a point release to break any projects that have defined an orphan instance.

lexi-lambda commented 7 years ago

Makes sense, thanks!