apiary-authenticate-0.14.0: authenticate support for apiary web framework.

Safe HaskellNone

Web.Apiary.Authenticate.Explicit

Contents

Synopsis

Documentation

data Provider Source

Constructors

Provider 

data OpenId_ a Source

Constructors

OpenId_ 

Fields

opLocal :: a
 
params :: [(a, a)]
 
claimed :: Maybe a
 

withAuth :: Session -> AuthConfig -> (Auth -> IO a) -> IO aSource

authHandler :: (Functor n, MonadIO n) => Auth -> ApiaryT c n m ()Source

filter

action

getter

reexport