Commit Graph

45 Commits

Author SHA1 Message Date
ciaranj 08fcb6881a Upping version to 0.9.9 2013-03-01 20:08:28 +00:00
ciaranj a846c282a9 Oops, my Readme.md wasn't consistent with the other lines 2012-07-28 13:49:52 +01:00
ciaranj bd90c0fbf5 Bump version to 0.9.8 and update release notes 2012-07-28 13:45:19 +01:00
Greg Jacobson 827351072b Added installation instructions
There are number of oauth solutions for node.js and it is
helpful to provide the official installation instructions
in the Readme file.  Installation instructions can be a little
confusing for this module because the github repository name
is node-oauth and there is a different  node.js oauth
solution that isntalls via npm with the command node-oauth.
Since this solution installs with oauth official
instructions may be helpful to some developers.
2012-06-29 11:52:00 -04:00
ciaranj 21bee6b316 Update documentation readme style 2012-04-24 22:25:02 +01:00
ciaranj ee4dbd2831 Acknowledging contributor 2012-04-24 21:41:31 +01:00
ciaranj 6b9323f2de Acknowledge contributor 2012-04-24 21:11:40 +01:00
ciaranj 6fa0288805 Adding test for passing back the extra data to the OAuth2 getOAuthAccessToken caller 2012-04-24 20:44:58 +01:00
ciaranj d300b4ebdd Bumping to version 0.9.6 2012-03-02 21:38:14 +00:00
ciaranj 6b4dbcda72 Bumping version 2011-08-17 13:15:22 +01:00
ciaranj 707b8f77b2 OAuth2 getOAuthAccessToken now POSTs rather than GET as per the spec (v20) 2011-08-15 23:30:47 +01:00
ciaranj 8ba869ff41 Bumping version number and crediting 2011-07-23 22:56:27 +01:00
ciaranj 5707c480df Adding a configuration mechanism (that may not stay) to allow overriding of the name of the access token used when requesting resources 2011-06-30 00:03:22 +01:00
ciaranj d66ed8ad32 Updating readme and bumping version number for future release 2011-06-25 21:39:31 +01:00
ciaranj f981a7a100 Updating readme 2011-06-23 22:19:32 +01:00
ciaranj 37c2408187 Some minor reformatting and 'standardisation' of the merged code
Also updating package.json to reflect Echo support
2011-05-10 23:31:14 +01:00
ciaranj c1c9270181 Merge branch 'master' of https://github.com/meltingice/node-oauth into meltingice-master
Conflicts:
	Readme.md
2011-05-10 23:20:23 +01:00
meltingice ed01a23da1 Refactored OAuthEcho object into oauth.js to remove lots of redundancy 2011-05-08 23:07:57 -04:00
Ciaran Jessup 1fe0f3cdfc Merge pull request #29 from evnm/master
Fix node.js/node-oauth mismatch in versioning disclaimer
2011-05-08 03:22:10 -07:00
meltingice 333f2a3154 Updated README 2011-05-05 10:58:42 -04:00
ciaranj 9fea0b5458 Added tests for 302 redirect functionality 2011-04-19 23:09:20 +01:00
Evan Meagher e9e8032adc Fix typo in README. 2011-03-11 14:07:39 -08:00
ciaranj 531c088f33 Updating version information 2011-02-13 11:37:53 +00:00
ciaranj 0a786bdcbc Updating readme 2010-12-13 20:12:59 +00:00
ciaranj 7daacdb084 Updating readme 2010-12-12 23:10:08 +00:00
ciaranj 213bc49a20 Updating readme 2010-12-12 22:40:37 +00:00
ciaranj b3175f8b21 Fixes Issue 16. Now uses POST to get hold of the access tokens as per the specification.
Tested against Twitter/FourSquare and Yahoo.
2010-12-05 22:58:17 +00:00
ciaranj f5beadcee4 If running on a node that has openssl built in, then this will be used for the SHA1 hashing.
Otherwise will fallback to the pure JS (original) SHA! implementation.
2010-12-05 22:32:19 +00:00
ciaranj a5a913823b Updating readme notes and package.json for next release 2010-12-05 21:59:29 +00:00
ciaranj 83d4566331 Bumping version to 0.8.3 2010-11-02 20:43:46 +00:00
ciaranj d53cb01282 Changing the readme to reflect latest version changes 2010-09-20 21:54:46 +01:00
ciaranj d265de82f3 Bumping version number 2010-08-26 22:32:33 +01:00
ciaranj 5ee443e9c3 Bumping version to 0.8.0 2010-08-16 22:53:56 +01:00
ciaranj 680d064e50 Updating documentation to reflect some received contributions. 2010-07-29 22:54:04 +01:00
ciaranj 1c93463189 it looks like non oauth_ parameters where being included within the authorization headers
I believe this to be incorrect.
2010-07-19 00:25:00 +01:00
ciaranj ebcf1c2950 Weird, found a missing argument that I could swear I'd put in previously?!!? 2010-07-18 23:43:39 +01:00
ciaranj 171b6d4599 Bumping version to 0.7.5, adding a top-level main file to ease
npm inclusion.
2010-07-18 21:26:22 +01:00
ciaranj 6942f60797 Bumping version 0.7.4 2010-06-23 19:59:59 +01:00
ciaranj 09d613cd46 Bumping to 0.7.3 oauth 2 now sending a Content-Length header of 0 to
play well with github/nginx.
2010-06-01 21:03:23 +01:00
ciaranj 76cddbdf2b Bumping version number (0.7.2) 2010-05-18 19:14:06 +01:00
ciaranj 24bcc8c712 Updated the notes to demonstrate the 0.7.0 change was breaking :( 2010-05-10 20:05:28 +01:00
ciaranj d7d5cfbcfe Bumping the version 2010-05-10 19:44:17 +01:00
ciaranj 6b7b8f3198 Added in some basic (but working) OAuth2 support
no specs :( .. I suck.
2010-05-02 15:43:10 +01:00
ciaranj 2bf33d156b Added a method to access protected resources. 2010-04-19 22:02:36 +01:00
ciaranj c9c1eb05e8 Adding basic readme. 2010-04-19 20:48:51 +01:00