109 Commits

Author SHA1 Message Date
Neil Mansilla
c78a9ca129 Match all 2xx response codes. 2011-06-23 09:14:46 -07:00
Ciaran Jessup
dfe4c02ff1 Merge pull request #39 from thecolorblue/master
Updated Example-gdata
2011-05-10 15:55:45 -07: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
50a7039f52 Added signature test for OAuthEcho 2011-05-08 23:17:24 -04: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
meltingice
0158a78c4c Added support for OAuth Echo 2011-05-05 10:56:23 -04:00
Brad Davis
b28718c4dd Updated for express 2.0 and fixed an issue with session where it would loose the functions of the prototype 2011-04-27 22:14:34 -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
neyric
8050d82019 Sample express app which uses Google GData API 2011-02-26 15:02:21 +01:00
neyric
15f06f254f Follow 302 redirects with "Location" header 2011-02-26 15:01:54 +01:00
ciaranj
13d9420c94 Merge branch '0.4_compat_fixes'
Conflicts:
	lib/oauth.js
2011-02-13 11:41:15 +00:00
ciaranj
531c088f33 Updating version information 2011-02-13 11:37:53 +00:00
ciaranj
349d258b1f Updated the Oauth2 code to work with the new https api 2011-02-06 19:52:44 +00:00
ciaranj
5041ca168a closes 24 - Now compatible with node v0.3.7 2011-02-02 21:35:04 +00:00
Rasmus Andersson
98e432b431 Compatibility with node 0.3.8 2011-02-02 19:34:32 +00:00
Daniel Hofstetter
40b70bb9ef Renaming variable sshEnabled -> sslEnabled 2010-12-18 07:52:48 -08:00
ciaranj
0a786bdcbc Updating readme 2010-12-13 20:12:59 +00:00
ciaranj
3331aefe27 Resolves Issue 18 - Handles node.js querystring a little better
in the edge case on composite parameters such as foo[bar] :)
2010-12-13 20:04:41 +00:00
ciaranj
7daacdb084 Updating readme 2010-12-12 23:10:08 +00:00
ciaranj
fd2fad54da Adds support for PUT & DELETE verbs. Fixes #13 2010-12-12 23:06:24 +00:00
ciaranj
213bc49a20 Updating readme 2010-12-12 22:40:37 +00:00
ciaranj
2c0b8c3b79 Fixes issue 17 - Handles rev07 and above of the OAuth spec 2010-12-12 22:38:56 +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
5f000d6858 Removing kiwi package file 2010-12-05 21:58:06 +00:00
ciaranj
14ce3e51e5 Merge commit '0.8.3' 2010-12-05 21:57:06 +00:00
ciaranj
caebbc2ca1 Fixed the parameter ordering, and added support for repeated arguments. Fixes issue 14 2010-12-05 21:52:50 +00:00
ciaranj
1d6eefec70 Merge branch 'master' of https://github.com/simplegeo/node-oauth into simplegeo-debianise 2010-11-23 23:06:46 +00:00
François de Metz
c35f184420 added tests about oauth.authHeader 2010-11-23 23:23:07 +01:00
Simple Geebus
8f8dc2fa65 Prepared changelog for build 4 2010-11-15 19:30:19 +00:00
François de Metz
7c40755a01 expose authHeader better integration in app 2010-11-10 00:57:53 +01:00
François de Metz
6d01536d66 refactor code from oauth.signUrl and oauth._performSecureRequest 2010-11-10 00:49:00 +01:00
ciaranj
83d4566331 Bumping version to 0.8.3 2010-11-02 20:43:46 +00:00
ciaranj
b6f7e03061 Extra params when passed as a POST will now properly get set as the POST body rather than be discarded as previously 2010-10-31 23:15:22 +00:00
ciaranj
bd90236624 Added some tests to cover the existing behaviours before a refactor 2010-10-31 22:28:17 +00:00
ciaranj
bfaa9c4e11 Merge branch 'master' of http://github.com/coopernurse/node-oauth into merge_coopernurse
Conflicts:
	lib/oauth.js
2010-10-31 19:59:54 +00:00
James Cooper
bd54d3f899 add scope as an allowed oauth param so we can support google 2010-10-30 11:57:44 -07:00
Yohei Sasaki
fedf5776e7 more strict comparison. 2010-10-23 11:52:31 +01:00
Yohei Sasaki
6c27fa9ead testcase for _buildAuthorizationHeader to check the dependency on Array.prototype.toString. 2010-10-23 11:49:25 +01:00
ciaranj
417f367ae2 Remove some trailing whitespace 2010-10-17 17:19:27 +01:00
ciaranj
98c2e01a75 Tests all ported to Vows. No excuses now to not provide tests, I need to go back and write a lot more to cover what has already been done. 2010-10-17 12:23:45 +01:00
ciaranj
8a4b7e6b94 Gentle refactor to improve testability of the authorization headers code 2010-10-17 12:23:06 +01:00
ciaranj
29b5abd1f8 Making the current sole test a little more textually exciting 2010-10-17 10:42:54 +01:00
ciaranj
cd23affb23 Bootstrapping up tests on Vows (DEPENDS ON NPM) 2010-10-17 10:39:19 +01:00
Simple Geebus
af88dcdece Prepared changelog for build 2 2010-10-14 17:51:51 +00:00