authenticate-oauth: Library to authenticate with OAuth for Haskell web applications.

[ bsd3, library, web ] [ Propose Tags ]

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


[Skip to Readme]

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.1, 1.0.0, 1.0.0.1, 1.1, 1.2.0, 1.3.0, 1.3.0.1, 1.3.0.2, 1.4.0.0, 1.4.0.1, 1.4.0.2, 1.4.0.3, 1.4.0.4, 1.4.0.5, 1.4.0.6, 1.4.0.7, 1.4.0.8, 1.5, 1.5.0.1, 1.5.0.2, 1.5.0.3, 1.5.1, 1.5.1.1, 1.5.1.2, 1.6, 1.6.0.1, 1.7
Change log ChangeLog.md
Dependencies base (>=4 && <5), base64-bytestring (>=0.1 && <1.1), blaze-builder, bytestring (>=0.9), crypto-pubkey-types (>=0.1 && <0.5), data-default, http-client (>=0.3), http-types (>=0.6), random, RSA (>=2.0 && <2.4), SHA (>=1.4 && <1.7), time, transformers (>=0.1 && <0.6), transformers-compat (>=0.3) [details]
License BSD-3-Clause
Author Hiromi Ishii
Maintainer Hiromi Ishii, Artem Chirkin
Revised Revision 1 made by MichaelSnoyman at 2017-06-09T14:30:39Z
Category Web
Home page http://github.com/yesodweb/authenticate
Source repo head: git clone git://github.com/yesodweb/authenticate.git
Uploaded by achirkin at 2016-06-05T20:53:20Z
Distributions Arch:1.7, Debian:1.6.0.1, Fedora:1.7, LTSHaskell:1.7, NixOS:1.7, Stackage:1.7
Reverse Dependencies 20 direct, 218 indirect [details]
Downloads 43402 total (152 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-06-05 [all 1 reports]

Readme for authenticate-oauth-1.6

[back to package description]

authenticate-oauth

OAuth authentication, e.g. Twitter.