diff --git a/Readme.md b/Readme.md index 0ca4470..2f9d117 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ A simple oauth API for node.js . This API allows users to authenticate against Tested against both Twitter (http://twitter.com), term.ie (http://term.ie/oauth/example/) and Yahoo! Also provides rudimentary OAuth2 support, tested against facebook connect and github. For more complete usage examples please take a look -at express-auth (http://github.com/ciaranj/express-auth) +at connect-auth (http://github.com/ciaranj/connect-auth) Change History ============== @@ -16,3 +16,8 @@ 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) + +Contributors +============ +Ciaran Jessup - ciaranj@gmail.com +Mark Wubben - http://equalmedia.com/ \ No newline at end of file