API docs and the README are available at http://www.stackage.org/package/authenticate.


Keywords
mit, web, Propose Tags, http://www.stackage.org/package/authenticate, Skip to Readme, Index, Quick Jump, Web.Authenticate.BrowserId, Web.Authenticate.OpenId, Web.Authenticate.OpenId.Providers, Web.Authenticate.Rpxnow, More info, authenticate-1.3.5.2.tar.gz, browse, Package description, Package maintainers, FelipeLessa, MichaelSnoyman, edit package information , the fb package
License
MIT
Install
cabal install authenticate-1.3.2.8

Documentation

Tests

Authentication methods for Haskell web applications.

Note for Rpxnow: By default on some (all?) installs wget does not come with root certificates for SSL. If this is the case then Web.Authenticate.Rpxnow.authenticate will fail as wget cannot establish a secure connection to rpxnow's servers.

A simple *nix solution, if potentially insecure (man in the middle attacks as you are downloading the certs) is to grab a copy of the certs extracted from those that come with firefox, hosted by CURL at http://curl.haxx.se/ca/cacert.pem , put them somewhere (for ex, ~/.wget/cacert.pem) and then edit your /.wgetrc to include: ca_certificate=/.wget/cacert.pem

This should fix the problem.