Sha256: 10befbd60b1020091749cd1658b0499bc16c9dcf32e04c3b249969691440007b

Contents?: true

Size: 1.04 KB

Versions: 23

Compression:

Stored size: 1.04 KB

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)

Example applications for:
* Ning
* Fire Eagle
* Google (blogger, contacts)
* Twitter
* YOS / YQL
* Netflix

In addition to providing best practices of use, these can also be part of
the pre-release checks to make sure that there have been no regressions.

Random TODOs:
* finish CLI
* sensible Exception hierarchy
* Tokens as Modules
* don't tie to Net::HTTP

Version data entries

23 entries across 23 versions & 14 rubygems

Version Path
greut-oauth-0.3.6 TODO
jwhitmire-oauth-0.3.6.1 TODO
mojodna-oauth-0.3.3 TODO
mojodna-oauth-0.3.4.1 TODO
mojodna-oauth-0.3.4 TODO
mojodna-oauth-0.3.5 TODO
mojodna-oauth-0.3.6 TODO
monkeyhelper-oauth-0.3.5 TODO
mzsanford-oauth-0.3.2.2 TODO
pelle-oauth-0.3.5 TODO
pelle-oauth-0.3.6 TODO
sporkd-oauth-0.3.6 TODO
qoobaa-oauth-0.3.8 TODO
af-oauth-0.3.4.1 TODO
drogus-oauth-0.3.7 TODO
drogus-oauth-0.3.6 TODO
sutto-oauth-0.3.6 TODO
gregwebs-oauth-0.3.6.1 TODO
typhoauth-0.3.6.1 TODO
oauth-0.3.6 TODO