authenticate-0.6.6: Authentication methods for Haskell web applications.

Web.Authenticate.OpenId

Synopsis

Documentation

getForwardUrlSource

Arguments

:: (MonadIO m, Failure OpenIdException m, Failure HttpException m, Failure InvalidUrlException m) 
=> String

The openid the user provided.

-> String

The URL for this application's complete page.

-> m String

URL to send the user to.

newtype Identifier Source

A valid OpenID identifier.

Constructors

Identifier String