We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7029b0 commit eccf167Copy full SHA for eccf167
1 file changed
src/Crypto/JOSE/JWK.hs
@@ -322,7 +322,7 @@ instance AsPublicKey JWK where
322
323
-- | RFC 7517 §5. JWK Set Format
324
--
325
-newtype JWKSet = JWKSet [JWK] deriving (Eq, Show)
+newtype JWKSet = JWKSet [JWK] deriving (Eq, Show, Semigroup, Monoid)
326
327
instance FromJSON JWKSet where
328
parseJSON = withObject "JWKSet" (\o -> JWKSet <$> o .: "keys")
0 commit comments