@hackage hoauth0.0.4
A Haskell implementation of OAuth 1.0 protocol.
Categories
License
BSD-3-Clause
Maintainer
Diego Souza <dsouza@bitforest.org>
Links
Versions
Installation
Dependencies (5)
- SHA
- base >=3 && <=4
- base64-string
- bytestring
- utf8-string 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 both PLAINTEXT and HMAC-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/