Bumping version number and crediting
This commit is contained in:
parent
d8b5731446
commit
8ba869ff41
@ -10,6 +10,7 @@ Also provides rudimentary OAuth2 support, tested against facebook connect and gi
|
||||
Change History
|
||||
==============
|
||||
|
||||
* 0.9.3 - Adds support for following 301 redirects (Thanks bdickason)
|
||||
* 0.9.2 - Correct content length calculated for non-ascii post bodies (Thanks selead)
|
||||
Allowed for configuration of the 'access token' name used when requesting protected resources (OAuth2)
|
||||
* 0.9.1 - Added support for automatically following 302 redirects (Thanks neyric) Added support for OAuth Echo (Thanks Ryan LeFevre). Improved handling of 2xx responses (Thanks Neil Mansilla).
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ "name" : "oauth"
|
||||
, "description" : "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers."
|
||||
, "version" : "0.9.2"
|
||||
, "version" : "0.9.3"
|
||||
, "directories" : { "lib" : "./lib" }
|
||||
, "main" : "index.js"
|
||||
, "author" : "Ciaran Jessup <ciaranj@gmail.com>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user