@hackage hoauth0.1.7
A Haskell implementation of OAuth 1.0a protocol.
Categories
License
BSD-3-Clause
Maintainer
Diego Souza <dsouza@bitforest.org>
Links
Versions
Installation
Dependencies (10)
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 info at: http://oauth.net/