Commit Graph

154 Commits

Author SHA1 Message Date
ciaranj 21bee6b316 Update documentation readme style 2012-04-24 22:25:02 +01:00
ciaranj 80d6909042 Merge branch 'add_support_for_oauth2_token_refresh' into merge_mayhem 2012-04-24 21:42:12 +01:00
ciaranj ee4dbd2831 Acknowledging contributor 2012-04-24 21:41:31 +01:00
ciaranj c631a31503 Adding a test for the refresh_token grant type support 2012-04-24 21:40:24 +01:00
ciaranj 64b2487199 Merge remote-tracking branch 'lukebaker/patch-1' into add_support_for_oauth2_token_refresh 2012-04-24 21:19:02 +01:00
ciaranj 5d0072d759 Merge branch 'not_require_http' into merge_mayhem 2012-04-24 21:12:02 +01:00
ciaranj 6b9323f2de Acknowledge contributor 2012-04-24 21:11:40 +01:00
ciaranj ef51782104 Fix global scope leak, and amend decision on when to use https or http libraries 2012-04-24 21:11:20 +01:00
ciaranj 1970e0045e Merge remote-tracking branch 'dmathieu/fix_http' into not_require_http
Conflicts:
	lib/oauth2.js
2012-04-24 20:54:49 +01:00
ciaranj 1359d695d2 Merge branch 'oauth2_results_callback' into merge_mayhem 2012-04-24 20:45:22 +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 e4cc471160 Merge commit '2e1f9f9' into oauth2_results_callback 2012-04-24 20:37:38 +01:00
ciaranj ddb64a6935 Issue #93 removing outdated debian folder to ease debian package maintainer's lives 2012-04-24 08:22:44 +01:00
ciaranj 03f36922ac Addresses issue #93, adds *explicit* licensing information
This library has always been MIT licensed (see issue #5 for the earliest
question on this.)  This commit merely adds an explicit complete licence file in
the root of the sourcetree, and adds a line to the package.json file
(thus coupling the sourcecode to github *sigh* )
2012-04-08 22:06:02 +01:00
Luke Baker e1a8422e7c Add support for refreshing an access token 2012-03-13 23:17:15 -03:00
ciaranj d300b4ebdd Bumping to version 0.9.6 2012-03-02 21:38:14 +00:00
Ciaran Jessup d3af76b3e9 Merge pull request #82 from raoulmillais/master
Lose the warning messages when you run the examples in node >0.6
2011-11-28 04:05:30 -08:00
Raoul Millais cc2813d301 Update references sys -> util in examples to remove warnings in newer versions of node 2011-11-28 12:01:48 +00:00
Ciaran Jessup 2007134944 Merge pull request #76 from pnegri/live_protocol
[ #Issue 75 ] Fixing Live Protocol 302 Resources
2011-10-27 14:00:12 -07:00
Patrick Negri 6404f6e023 [ #Issue 75 ] Fixing Live Protocol 302 Resources 2011-10-26 14:05:03 -02:00
Ciaran Jessup fd4b2bbf37 Merge pull request #73 from fjakobs/patch-1
request variable leaked into the global scope
2011-10-20 07:39:30 -07:00
Fabian Jakobs 9b4703aaca request variable leaked into the global scope 2011-10-20 16:39:13 +03:00
Damien Mathieu 32620902a5 don't send the request using https if the uri is http 2011-09-24 14:10:46 +02:00
Tang Bo Hao 2e1f9f9db6 callback results when getAccessToken 2011-09-21 01:26:33 +08:00
ciaranj 99e625968a Make the package more external test runner friendly 2011-08-30 21:48:08 +01:00
ciaranj 3c45927acd Fixes Issue #62 (adds another misbehaving host) 2011-08-23 20:59:47 +01:00
ciaranj 6b4dbcda72 Bumping version 2011-08-17 13:15:22 +01:00
ciaranj 85805b6b1b Tidying up a method comment 2011-08-17 09:02:03 +01:00
Raoul Millais aca047eaeb Reimplemented configurable http method for token requests using setClientOptions 2011-08-17 08:42:58 +01:00
ciaranj 49c83f1824 Documented behaviour of getOAuthRequestToken 2011-08-16 14:04:01 +01:00
Raoul Millais 1b4624cacd Added support for GET when requesting request tokens 2011-08-16 13:26:49 +01:00
ciaranj a2ac03bc37 uggh committed a console.log 2011-08-15 23:43:29 +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 0643395b2e Supports OAuth Providers that don't end connections neatly (Google!) 2011-08-15 23:27:06 +01:00
ciaranj 8ba869ff41 Bumping version number and crediting 2011-07-23 22:56:27 +01:00
bdickason d8b5731446 Added support and test coverage for following 301 redirects 2011-07-08 10:04:45 -04: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 cb6e4ea3b8 Merge branch 'merging_body_length_fix' 2011-06-25 21:39:40 +01:00
ciaranj d66ed8ad32 Updating readme and bumping version number for future release 2011-06-25 21:39:31 +01:00
ciaranj 7e2aa8cfbe Adding test for character encoding / body length issue 2011-06-25 21:37:21 +01:00
selead 5f383ff1b1 fix content length for oauth 1.0 2011-06-25 12:36:25 +04:00
ciaranj f261b9f4c0 Merge branch 'http_success_response_widening' 2011-06-23 22:22:28 +01:00
ciaranj f981a7a100 Updating readme 2011-06-23 22:19:32 +01:00
ciaranj 5a6c2594ec Add in specific test for supporting 200 responsecode and one for a 210 responsecode 2011-06-23 22:19:17 +01:00
ciaranj 3ed11c05bd Inverting the branch logic for easier reading 2011-06-23 22:18:11 +01:00
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