happstack-authenticate-0.10.13: Happstack Authentication Library

Safe HaskellNone
LanguageHaskell98

Happstack.Auth.Core.AuthParts

Documentation

connect Source

Arguments

:: (Happstack m, MonadRoute m, URL m ~ OpenIdURL) 
=> AuthMode

authentication mode

-> Maybe Text

realm

-> Text

openid url

-> m Response 

handleOpenId Source

Arguments

:: (Alternative m, Happstack m, MonadRoute m, URL m ~ OpenIdURL) 
=> AcidState AuthState 
-> Maybe Text

realm

-> Text

onAuthURL

-> OpenIdURL

this url

-> m Response