| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Servant.Server.Auth.Token.Combinator
- data AuthPerm perms
- newtype AuthAction = AuthAction {
- unAuthAction :: Maybe SimpleToken -> [Permission] -> Handler ()
Documentation
An authentication combinator.
TODO maybe move in the servant-auth-api library
newtype AuthAction Source #
An authentication handler.
Constructors
| AuthAction | |
Fields
| |