authenticate-0.4.0: 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, MonadFailure WgetException m, MonadFailure StringException m) 
=> String

API key given by RPXNOW.

-> String

Token passed by client.

-> m Identifier 

Attempt to log a user in.