packages feed

natskell-0.0.0.1: internal/Policy/Auth/Jwt.hs

module Auth.Jwt
  ( JwtBundle (..)
  , auth
  , parseJwtBundle
  ) where

import           Auth.Types

auth :: JWTTokenData -> Auth
auth = AuthJWT