Skip to content

Instantly share code, notes, and snippets.

@gwils
gwils / jwk.hs
Last active January 11, 2017 04:31 — forked from tonymorris/jwk.hs
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE DeriveFoldable #-}
import Control.Lens
import Data.Foldable
newtype JWKSet = JWKSet [JWK]
data JWK = JWK