authenticate: Authentication methods for Haskell web applications.

[ library, mit, web ] [ Propose Tags ]

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


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
network-uri

Get Network.URI from the network-uri package

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.1, 0.2.0, 0.2.1, 0.4.0, 0.4.0.1, 0.6.0, 0.6.0.1, 0.6.0.2, 0.6.2, 0.6.3, 0.6.3.1, 0.6.4, 0.6.5, 0.6.6, 0.6.6.1, 0.7.0, 0.7.1, 0.7.2, 0.7.2.1, 0.7.2.2, 0.7.2.3, 0.7.2.4, 0.8.0, 0.8.0.1, 0.8.1, 0.8.2, 0.8.2.1, 0.8.2.2, 0.9.0, 0.9.0.1, 0.9.0.2, 0.9.1, 0.9.1.1, 0.9.1.2, 0.9.1.3, 0.9.1.4, 0.9.1.5, 0.9.1.6, 0.9.1.7, 0.9.2, 0.9.2.1, 0.9.2.2, 0.9.3, 0.9.3.1, 0.10.1, 0.10.2, 0.10.2.1, 0.10.2.2, 0.10.3, 0.10.3.1, 0.10.4, 0.11.0, 0.11.0.1, 0.11.1, 1.0.0, 1.0.0.1, 1.1.0, 1.2.0, 1.2.0.1, 1.2.1, 1.2.1.1, 1.3.0, 1.3.0.1, 1.3.1, 1.3.1.1, 1.3.1.2, 1.3.2, 1.3.2.1, 1.3.2.2, 1.3.2.3, 1.3.2.4, 1.3.2.5, 1.3.2.6, 1.3.2.7, 1.3.2.8, 1.3.2.9, 1.3.2.10, 1.3.2.11, 1.3.3, 1.3.3.1, 1.3.3.2, 1.3.4, 1.3.5, 1.3.5.1, 1.3.5.2
Change log ChangeLog.md
Dependencies aeson (>=0.5 && <1.6), attoparsec, base (>=4 && <5), blaze-builder, bytestring (>=0.9), case-insensitive (>=0.2), conduit (>=0.5), containers, http-conduit (>=2.1.11), http-types (>=0.6), network (<2.6), network-uri (>=2.6), resourcet, tagstream-conduit (>=0.5.5), text, transformers (>=0.1), unordered-containers, xml-conduit (>=1.0) [details]
License MIT
Author Michael Snoyman, Hiromi Ishii, Arash Rouhani
Maintainer Michael Snoyman <michael@snoyman.com>
Revised Revision 2 made by sjakobi at 2021-10-11T13:55:20Z
Category Web
Home page http://github.com/yesodweb/authenticate
Source repo head: git clone git://github.com/yesodweb/authenticate.git
Uploaded by MichaelSnoyman at 2017-12-18T14:47:10Z
Distributions Arch:1.3.5.2, Debian:1.3.5, FreeBSD:1.3.2.11, LTSHaskell:1.3.5.2, NixOS:1.3.5.2, Stackage:1.3.5.2
Reverse Dependencies 13 direct, 319 indirect [details]
Downloads 107360 total (244 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-12-18 [all 1 reports]

Readme for authenticate-1.3.4

[back to package description]

authenticate

Focus is on third-party authentication methods, such as OpenID and BrowserID.

Note: Facebook support is now provided by the fb package.