Bumping version 0.7.4
This commit is contained in:
parent
6ad738d395
commit
6942f60797
@ -9,8 +9,8 @@ at express-auth (http://github.com/ciaranj/express-auth)
|
|||||||
|
|
||||||
Change History
|
Change History
|
||||||
==============
|
==============
|
||||||
0.7.3 - OAuth 2 now sends a Content-Length Http header to keep nginx happy :)
|
|
||||||
0.7.2 - Fixes some broken unit tests!
|
|
||||||
0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order)
|
|
||||||
|
|
||||||
|
|
||||||
|
* 0.7.4 - Minor change to add an error listener to the OAuth client (thanks troyk)
|
||||||
|
* 0.7.3 - OAuth 2 now sends a Content-Length Http header to keep nginx happy :)
|
||||||
|
* 0.7.2 - Fixes some broken unit tests!
|
||||||
|
* 0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order)
|
||||||
|
5
package.json
Normal file
5
package.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ "name" : "oauth"
|
||||||
|
, "version" : "0.7.4"
|
||||||
|
, "directories" : { "lib" : "./lib" }
|
||||||
|
, "author" : "Ciaran Jessup"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user