snaplet-oauth: snaplet-oauth

[ bsd3, library, web ] [ Propose Tags ]

This lib is in Alpha status and APIs are likely to be changed.


[Skip to Readme]

Modules

  • Snap
    • Snaplet
      • Snap.Snaplet.OAuth
        • Snap.Snaplet.OAuth.Github
        • Snap.Snaplet.OAuth.Google
        • Snap.Snaplet.OAuth.Weibo

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.5, 0.0.6
Dependencies aeson (>=0.6 && <0.7), base (>=4 && <5), bytestring (>=0.9 && <1.0), bytestring-show (>=0.3.5 && <0.4), data-lens (>=2.0 && <2.1), data-lens-template (>=2.1 && <2.2), failure (>=0.1), hashable (>=1.1.2 && <1.2), heist (>=0.8 && <0.9), hoauth2 (>=0.2.6 && <0.2.7), http-conduit (>=1.8.3 && <1.8.5), http-types (>=0.7 && <0.8), MonadCatchIO-mtl (>=0.3 && <0.4), snap (>=0.9 && <0.10), snap-core (>=0.9 && <0.10), snap-loader-dynamic (>=0.9 && <0.10), snap-loader-static (>=0.9 && <0.10), text (>=0.11 && <0.12), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright Haisheng,Wu
Author Haisheng,Wu
Maintainer freizl@gmail.com
Category Web
Home page https://github.com/HaskellCNOrg/snaplet-oauth
Source repo head: git clone git://github.com/HaskellCNOrg/snaplet-oauth.git
Uploaded by HaishengWu at 2012-12-30T14:33:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1553 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-22 [all 6 reports]

Readme for snaplet-oauth-0.0.6

[back to package description]
  • master: master
  • branch/0.0.6: Build Status

snaplet-oauth

oauth client snaplet

support oauth providers

Build & Tests

  • make init rebuild
  • make test

Demo

  1. cd example
  2. update src/Keys.hs.default and rename to Keys.hs
  3. make clean prev

snaplet