@hackage hoauth0.3.5
A Haskell implementation of OAuth 1.0a protocol.
Categories
License
BSD-3-Clause
Maintainer
Diego Souza <dsouza at bitforest.org>
Links
Versions
Installation
Dependencies (14)
- RSA >=1.2.0.1
- SHA >=1.4.1.1
- base <5
- binary >=0.5.0.2
- bytestring >=0.9.1.5
- crypto-pubkey-types >=0.1.1 Show all…
Dependents (8)
@hackage/yesod-auth-oauth, @hackage/iyql, @hackage/hstradeking, @hackage/acme-everything, @hackage/hawitter, @hackage/twidge, Show all…
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 on OAuth protocol info at: http://oauth.net/