authenticate-0.7.2.3: Authentication methods for Haskell web applications.

Web.Authenticate.Rpxnow

Synopsis

Documentation

data Identifier Source

Information received from Rpxnow after a valid login.

Constructors

Identifier 

authenticateSource

Arguments

:: (MonadIO m, Failure HttpException m, Failure AuthenticateException m, Failure ObjectExtractError m, Failure JsonDecodeError m) 
=> String

API key given by RPXNOW.

-> String

Token passed by client.

-> m Identifier 

Attempt to log a user in.