The hoauth2 package

[Tags:bsd3, library]

Haskell OAuth2 authentication client. Tested with the following services:


[Skip to Readme]

Properties

Versions 0.1, 0.1.2, 0.2.0, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.5.1, 0.2.6, 0.3.0, 0.3.5, 0.3.6, 0.3.6.1, 0.3.7, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.5.0, 0.5.0.1, 0.5.1, 0.5.2, 0.5.3, 0.5.3.1, 0.5.4.0, 0.5.5.0, 0.5.6.0, 0.5.7, 0.5.8
Dependencies aeson (==1.1.*), base (>=4.5 && <5), bytestring (>=0.9 && <0.11), containers (>=0.4 && <0.6), hoauth2, http-conduit (==2.2.*), http-types (==0.9.*), text (>=0.11 && <1.3), unordered-containers (>=0.2.5), wai (==3.2.*), warp (==3.2.*) [details]
License BSD3
Copyright Haisheng Wu
Author Haisheng Wu
Maintainer Haisheng Wu <freizl@gmail.com>
Stability Beta
Category Network
Home page https://github.com/freizl/hoauth2
Source repository head: git clone git://github.com/freizl/hoauth2.git
Uploaded Wed Feb 1 17:28:47 UTC 2017 by HaishengWu
Distributions Debian:0.5.0, FreeBSD:0.4.8, LTSHaskell:0.5.4.0, NixOS:0.5.8, Stackage:0.5.8, Tumbleweed:0.5.7
Downloads 7394 total (52 in the last 30 days)
Votes
0 []
Status Docs available [build log]
Last success reported on 2017-02-01 [all 1 reports]

Modules

[Index]

Flags

NameDescriptionDefaultType
testBuild the executablesDisabledAutomatic

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

Downloads

Maintainer's Corner

For package maintainers and hackage trustees

Readme for hoauth2

Readme for hoauth2-0.5.8

Build Status Hackage

Introduction

A lightweight oauth2 haskell binding. See examples in example/ folder.

Contribute

Feel free send pull request or submit issue ticket.