Skip to content

Commit

Permalink
Added initial Google Strategy *Just using OAuth, not with OpenId
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Nov 28, 2010
1 parent 1e5472b commit 8d7de78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ For twitter auth

Changelog
=========
* 0.2.2
Added support for SSO with google (not using OpenId, but OAuth, so an intermediary approach) (Masahiro Hayashi)
* 0.2.1
Removed dead file that was seemingly breaking nDistro
* 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "connect-auth",
"description" : "Middleware for Connect (node.js) for handling your authentication needs.",
"version" : "0.2.1",
"version" : "0.2.2",
"author" : "Ciaran Jessup <ciaranj@gmail.com>",
"engines" : {"node" : ">=0.2.0"},
"main" : "lib/index.js",
Expand Down

0 comments on commit 8d7de78

Please sign in to comment.