242 Commits

Author SHA1 Message Date
3wc
ca052078de Reinstate FedWiki change 2022-12-07 16:46:04 -08:00
0749d671f0 Bumps version to 0.10.0 2022-07-22 21:10:48 +01:00
df3a9d7803 Update Vows to work with a more recent node
(Also reformats package.json)
2022-07-22 21:06:57 +01:00
be56cccd24 Merge pull request #363 from episage/master
fix: prevent double callback in _executeRequest
2022-07-22 20:51:53 +01:00
db8088793f fix: prevent double callback in _executeRequest 2021-11-16 11:05:40 +01:00
a7f8a1e21c Updated contributor list 2017-01-05 09:23:11 +00:00
dbf244f104 Merge remote-tracking branch 'PhilipSkinner/master' 2017-01-05 09:21:57 +00:00
f8db22feed Correctly specify the library's license 2017-01-05 09:21:27 +00:00
6baf574f87 Adding ability to specify an agent for OAuth2 requests 2017-01-04 10:25:52 +00:00
ec6a1b2eaf Merge pull request #272 from prometheansacrifice/master
Adds twitter as example for OAuth 1
2015-11-04 19:38:49 +00:00
a17bdf4b4c Adds twitter as example for OAuth 1 2015-11-05 00:51:12 +05:30
eefd821ea9 Bumping to 0.9.14 (Treat 20x OAuth2 responses as successes) 2015-09-22 17:15:04 +01:00
d547f00915 Merge pull request #255 from cmrnh/master
Add Thinkful open group sessions badge
2015-07-15 10:48:41 +01:00
364815367e Add Thinkful open group sessions badge 2015-07-02 16:05:32 -04:00
de3a067aba Bumping version to 0.9.13 2015-05-15 20:09:28 +01:00
2ecf53e8ec Merge pull request #240 from coolaj86/patch-2
remove dead code (bogus call to createCredentials)
2015-05-15 20:04:59 +01:00
763d5ec3cc remove dead code (bogus call to createCredentials) 2015-02-04 10:36:03 -07:00
a4b96af335 Repair missing commit(s) 2014-12-18 20:12:24 +00:00
9e27f4c128 Merge pull request #224 from jbaumbach/master
Fix headers variable in wrong scope in get()
2014-10-08 19:45:40 +01:00
9419b00441 Fix headers variable in wrong scope in get() 2014-10-08 18:35:52 +00:00
69b0b7c3e8 Merge pull request #211 from zedgu/master
Fix #196 #207 (Removes some un-needed calls to tls/crypto)
2014-08-08 14:31:35 +01:00
47e50fe3ce Fix #196 #207
tests/oauth2.js
  [remove] https never used
  [add] https url testing
lib/oauth2.js
  [remove] creds never used
2014-08-08 21:24:51 +08:00
bfa43b44e7 Merge pull request #200 from prometheansacrifice/master
Example code for github
2014-06-20 10:00:48 +01:00
467234da36 Example code for github 2014-06-20 14:14:24 +05:30
7f251f49fb Merge pull request #142 from shihongzhi/patch-1
the word "install" is spelling error
2014-05-21 21:08:40 +01:00
0707eb851b Merge pull request #150 from joserobleda/master
Use hasOwnProperty to prevent erros
2014-05-21 21:03:03 +01:00
4e351fef16 Merge remote-tracking branch 'origin/master' into evanp-issue144 2014-05-21 20:48:58 +01:00
ff2210a011 Provides a test case for #144 2014-05-21 20:48:01 +01:00
00ae962b32 Merge branch 'broox-oauth2_put'
Conflicts:
	tests/oauth2.js
2014-05-21 20:23:47 +01:00
1eda281512 Provides a test-case for #160 2014-05-21 20:22:00 +01:00
9e9ff170b6 Merge pull request #171 from psanchezdl/patch-2
Koding button
2014-05-21 19:28:35 +01:00
96abec7c28 Merge pull request #191 from tedgoddard/patch-1
support for use_strict
2014-05-21 19:20:46 +01:00
d7e7d69565 Merge pull request #197 from matzegebbe/patch-1
Update Readme.md
2014-05-13 16:35:21 +01:00
22366489c8 Update Readme.md
typo
2014-05-13 17:31:58 +02:00
9b538ba09a support for use_strict 2014-04-17 11:18:11 -06:00
edb8a4c18e Merge pull request #189 from dnf/master
Added protection against multiple callback invocation on error path
2014-04-02 09:17:18 +01:00
54b958436a Added protection against multiple callback invocation on error path 2014-04-01 19:05:17 -07:00
324f6d69da Merge pull request #186 from rebootd/master
renamed 'OAuth' -> 'oauth' to be linux friendly in the readme
2014-03-24 16:13:15 +00:00
48033df3e4 renamed 'OAuth' -> 'oauth' to be linux friendly in the readme 2014-03-23 19:38:03 -07:00
f1a470fa2b Koding button
Sorry about that!
2014-01-08 20:06:09 -05:00
171e668f38 Bumping version to 0.9.11 2014-01-04 14:49:01 +00:00
d228aebb0b Merge pull request #121 from knechtandreas/master
Add RSA-SHA1 support
2014-01-04 06:37:26 -08:00
631ab09b5b Merge pull request #138 from pjvds/no-follow-option
Don't follow redirects opt-out
2014-01-04 06:27:32 -08:00
4d8bf8ba5f Merge pull request #140 from AndrewMartens/master
Set default User-Agent if not otherwise specified in customHeaders
2014-01-04 06:17:49 -08:00
d8d3f9c8fc Merge pull request #154 from bradgignac/remove-type-parameter
Remove type query parameter from OAuth2 requests.
2014-01-04 06:07:19 -08:00
e599d29787 Write the post_body to OAuth2 PUT requests 2013-10-15 00:53:34 +00:00
8658d7d55b Remove type query parameter from OAuth2 requests.
While the type parameter was required in older versions of the OAuth2
specification, it was removed in version 8. Currently, this breaks OAuth2
against the Dropbox API. Closes #127.

http://tools.ietf.org/html/draft-ietf-oauth-v2-08#section-4.1.1
2013-07-27 18:42:14 -04:00
89f79727be prevent inherited properties using hasOwnProperty 2013-07-09 00:38:18 +02:00
509cad25ef Allow passing binary data to PUT or POST as a Buffer
Allow the post_body argument to a PUT or POST to be a Buffer. This will
pass the data directly to the request in binary form.

Closes #144.
2013-05-31 15:59:45 -04:00
06a4c751dd the word "install" is spelling error 2013-05-25 09:52:40 +08:00