63 Commits

Author SHA1 Message Date
ciaranj
eefd821ea9 Bumping to 0.9.14 (Treat 20x OAuth2 responses as successes) 2015-09-22 17:15:04 +01:00
Cameron Hendrix
364815367e Add Thinkful open group sessions badge 2015-07-02 16:05:32 -04:00
ciaranj
de3a067aba Bumping version to 0.9.13 2015-05-15 20:09:28 +01:00
ciaranj
a4b96af335 Repair missing commit(s) 2014-12-18 20:12:24 +00:00
Ciaran Jessup
7f251f49fb Merge pull request #142 from shihongzhi/patch-1
the word "install" is spelling error
2014-05-21 21:08:40 +01:00
Ciaran Jessup
9e9ff170b6 Merge pull request #171 from psanchezdl/patch-2
Koding button
2014-05-21 19:28:35 +01:00
Mathias Gebbe
22366489c8 Update Readme.md
typo
2014-05-13 17:31:58 +02:00
josh coffman
48033df3e4 renamed 'OAuth' -> 'oauth' to be linux friendly in the readme 2014-03-23 19:38:03 -07:00
psanchezdl
f1a470fa2b Koding button
Sorry about that!
2014-01-08 20:06:09 -05:00
ciaranj
171e668f38 Bumping version to 0.9.11 2014-01-04 14:49:01 +00:00
shihongzhi
06a4c751dd the word "install" is spelling error 2013-05-25 09:52:40 +08:00
Azat Mardanov
3fc9c63a06 Update Readme.md
quote mismatch
2013-03-21 17:24:20 -07:00
Azat Mardanov
08569a220a Update Readme.md
added OAuth 1.0 example
2013-03-21 17:23:33 -07:00
Azat Mardanov
11ed5943ee Update Readme.md 2013-03-21 17:14:49 -07:00
Azat Mardanov
46e84faa1a Update Readme.md
changed to user one require
2013-03-21 17:13:31 -07:00
Azat Mardanov
c161653add Update Readme.md
added test/example to get bearer/access_token from Twitter using consumer key+secret and OAuth2
2013-03-21 17:12:11 -07:00
ciaranj
37bf1081ea Updated contributor list 2013-03-05 18:08:38 +00:00
ciaranj
a295a66b60 Bumps package version to 0.9.10 2013-03-05 17:40:21 +00:00
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