hoauth

A Haskell implementation of OAuth 1.0a protocol.

Latest on Hackage:0.3.5

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Diego Souza
Maintained by Diego Souza <dsouza at bitforest.org>

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/