Skip to content

Commit

Permalink
Bumping version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Feb 29, 2012
1 parent 8ddb62f commit 3dc5caa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,9 @@ Provides out of the box authentication strategies for:
* RPXNow / janrain SSO * RPXNow / janrain SSO
* BitBucket ( thanks to http://github.com/fjakobs ) * BitBucket ( thanks to http://github.com/fjakobs )
* Foursquare (thanks to http://github.com/stunti) * Foursquare (thanks to http://github.com/stunti)
* Custom OAuth Provider Strategy (Be your own 1.0A OAuth provider!) (A Port of Christian Amor Kvalheim's [express-oauth-plugin]) * Custom OAuth Provider Strategy (2-Legged & 3-Legged)(Be your own 1.0A OAuth provider!) (A Port of Christian Amor Kvalheim's [express-oauth-plugin])
* Sina (Danny Siu)
* Google (Oauth 1 & OAuth 2 clients)


Take Care! Take Care!


Expand Down Expand Up @@ -49,6 +51,11 @@ Run


Changelog Changelog
========= =========
* 0.5.0
Update to support connect 2.0.0
New 2-legged OAuth provider support ( Jason Chu )
Support for configuring Facebook's OAuth dialog mode ( Barada Sahu )
Stopped some global scope pollution ( Fabian Jakobs )
* 0.4.1 * 0.4.1
Provide support to allow the authentication scope to 'survive' authentication redirects e.g. twitter, facebook etc. Allowing for scope usage with these strategies. Provide support to allow the authentication scope to 'survive' authentication redirects e.g. twitter, facebook etc. Allowing for scope usage with these strategies.
* 0.4.0 * 0.4.0
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,12 +1,11 @@
{ {
"name" : "connect-auth", "name" : "connect-auth",
"description" : "Middleware for Connect (node.js) for handling your authentication needs.", "description" : "Middleware for Connect (node.js) for handling your authentication needs.",
"version" : "0.4.1", "version" : "0.5.0",
"author" : "Ciaran Jessup <ciaranj@gmail.com>", "author" : "Ciaran Jessup <ciaranj@gmail.com>",
"engines" : {"node" : ">=0.6.0"}, "engines" : {"node" : ">=0.6.0"},
"main" : "lib/index.js", "main" : "lib/index.js",
"directories" : { "lib" : "./lib" }, "directories" : { "lib" : "./lib" },
"devDependencies" : { "expresso": "0.7.7" },
"dependencies" : { "dependencies" : {
"connect": "2.0.0" "connect": "2.0.0"
, "oauth": "0.9.5" , "oauth": "0.9.5"
Expand Down

0 comments on commit 3dc5caa

Please sign in to comment.