authenticate-1.3.3.1: Authentication methods for Haskell web applications.

Safe HaskellNone
LanguageHaskell98

Web.Authenticate.OpenId

Contents

Synopsis

Functions

getForwardUrl Source

Arguments

:: (MonadResource m, MonadBaseControl IO m) 
=> Text

The openid the user provided.

-> Text

The URL for this application's complete page.

-> Maybe Text

Optional realm

-> [(Text, Text)]

Additional parameters to send to the OpenID provider. These can be useful for using extensions.

-> Manager 
-> m Text

URL to send the user to.

authenticate :: (MonadBaseControl IO m, MonadResource m, MonadIO m) => [(Text, Text)] -> Manager -> m (Identifier, [(Text, Text)]) Source

Deprecated: Use authenticateClaimed

Types

Response