happstack-authenticate-0.10.11: Happstack Authentication Library

Safe HaskellNone

Happstack.Auth.Core.AuthParts

Documentation

connectSource

Arguments

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

authentication mode

-> Maybe Text

realm

-> Text

openid url

-> m Response 

handleOpenIdSource

Arguments

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

realm

-> Text

onAuthURL

-> OpenIdURL

this url

-> m Response