Sha256: e96e06aa2dceeacbfd0f5db2d3d84cc6c3b584146466f458a1c7d12a3e3bf8ed

Contents?: true

Size: 710 Bytes

Versions: 11

Compression:

Stored size: 710 Bytes

Contents

Common use-cases should be streamlined:

* I have a URL that I want to sign (given consumer key/secret, optional
  token/secret, optional nonce/timestamp).
* I have a URL that I want to sign AND I want to see what the components
  (e.g. signature base string, etc.) are while it's being signed (i.e. verbose
  signing).
* I have a URL that I want to sign and I only want the signature.
* I have a URL that I want to sign and I want something suitable to put in
  {the header, the querystring, XMPP}.
* I want to make a query to an OAuth-enabled web service (with sensible
  errors, if available).
* I want to host an OAuth-enabled web service.
* I want to test my OAuth-enabled web service (i.e. test helpers)

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
monkeyhelper-oauth-0.3.1 TODO
pelle-oauth-0.3.0 TODO
pelle-oauth-0.3.1 TODO
proletarian-oauth-0.3.2 TODO
proletarian-oauth-0.3.3 TODO
proletarian-oauth-0.3.4 TODO
proletarian-oauth-0.3.5 TODO
proletarian-oauth-0.3.6 TODO
proletarian-oauth-0.3.7 TODO
oauth-0.3.0 TODO
oauth-0.3.1 TODO