@hackage hoauth0.1.4

A Haskell implementation of OAuth 1.0a protocol.

  • Installation

  • Dependencies (0)

  • Dependents (0)

  • 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/