@hackage hoauth0.1.2
A Haskell implementation of OAuth 1.0a protocol.
Categories
License
BSD-3-Clause
Maintainer
Diego Souza <dsouza@bitforest.org>
Links
Versions
Installation
Dependencies (6)
- RSA >=1.0.2
- SHA >=1.4.0
- base >=3 && <=4
- base64-string >=0.1
- bytestring >=0.9.0.1
- utf8-string >=0.3.3 Show all…
Dependents (8)
@hackage/yesod-auth-oauth, @hackage/iyql, @hackage/hstradeking, @hackage/acme-everything, @hackage/hawitter, @hackage/twidge, Show all…
Package Flags
test
(off by default)
Build the hoauth test suite.
This library implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1 signatures as defined in the specification 1.0. Currently it supports only consumer related functions, but there are plans to add support service providers as well. More info at: http://oauth.net/