Merge branch 'fix_up_0.7.8'
This commit is contained in:
commit
817e9680af
@ -9,6 +9,7 @@ at connect-auth (http://github.com/ciaranj/connect-auth)
|
|||||||
|
|
||||||
Change History
|
Change History
|
||||||
==============
|
==============
|
||||||
|
* 0.8.0 - Standardised method capitalisation, the old getOauthAccessToken is now getOAuthAccessToken (Breaking change to existing code)
|
||||||
* 0.7.7 - Looks like non oauth_ parameters where appearing within the Authorization headers, which I believe to be inccorrect.
|
* 0.7.7 - Looks like non oauth_ parameters where appearing within the Authorization headers, which I believe to be inccorrect.
|
||||||
* 0.7.6 - Added in oauth_verifier property to getAccessToken required for 1.0A
|
* 0.7.6 - Added in oauth_verifier property to getAccessToken required for 1.0A
|
||||||
* 0.7.5 - Added in a main.js to simplify the require'ing of OAuth
|
* 0.7.5 - Added in a main.js to simplify the require'ing of OAuth
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ "name" : "oauth"
|
{ "name" : "oauth"
|
||||||
, "version" : "0.7.7"
|
, "version" : "0.8.0"
|
||||||
, "directories" : { "lib" : "./lib" }
|
, "directories" : { "lib" : "./lib" }
|
||||||
, "main" : "main.js"
|
, "main" : "main.js"
|
||||||
, "author" : "Ciaran Jessup"
|
, "author" : "Ciaran Jessup"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user