Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forcing of approval prompt, not user friendly. #324

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open
Changes from 5 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
cb811cd
Added facebook canvas steps
bigokro Apr 21, 2012
b1c9dd4
Added tarball for use with npm
bigokro Apr 21, 2012
c8926df
Tarball wasn't zipped
bigokro Apr 21, 2012
498c57c
Added Fecebook canvas support via new step sequences
bigokro Apr 21, 2012
9d4d2d3
Updated tarball with latest version
bigokro Apr 21, 2012
4aa9a6b
Minor cleanup work
bigokro Apr 21, 2012
3f43659
Moved Facebook Canvas into separate submodule. Did all TODOs.
bigokro Apr 28, 2012
d943210
Updated tarball
bigokro Apr 28, 2012
7bc2895
Minor update to README
bigokro Apr 29, 2012
491f836
fix for issue #244 where the tumblr module is returning an undefined …
philippkueng May 11, 2012
c9098d5
Added Meetup OAuth2 support
jonathana May 17, 2012
3a6dfe5
Meetup OAuth2 support added. Docs update.
jonathana May 17, 2012
61e9558
corrected a typo in readme code sample
May 19, 2012
0d241f2
cleaned up a variable name that did not get fixed when copying over t…
jonathana May 23, 2012
0b504c9
added smarterer oauth
kaizenpack May 24, 2012
25d4ae4
Add support for RunKeeper HealthGraph API
akinsella May 26, 2012
950559d
Runkeeper documentation Update
akinsella May 26, 2012
5375cf4
Fix for 'this.redirect is missing' in openid
cortfr May 31, 2012
bd56ab3
Added yahoohybrid
cortfr May 31, 2012
be51e02
password was not being deleted.
ebaizel Jun 6, 2012
40ef8aa
Changed example scope for Google OAuth2 to one that works.
jacksonp Jun 10, 2012
545751c
Merge pull request #280 from jacksonp/master
bnoguchi Jun 11, 2012
fd7d567
Merge pull request #275 from ebaizel/patch-2
bnoguchi Jun 11, 2012
1b986b6
Merge branch 'master' of https://github.com/bnoguchi/everyauth
kaizenpack Jun 12, 2012
9794626
added smarterer to README
kaizenpack Jun 13, 2012
ae046f3
added full detail section
kaizenpack Jun 13, 2012
f792d7a
fixed indentation issue
kaizenpack Jun 13, 2012
be7c423
Now using Github api v3
hostalerye Jun 13, 2012
784547f
Merge pull request #281 from kaizenpack/master
bnoguchi Jun 13, 2012
9f2c438
Merge pull request #282 from hostalerye/master
bnoguchi Jun 13, 2012
31063ba
Added proper AttributeExchange name for yahoohybrid
cortfr Jun 13, 2012
8aa92a4
[fix] Changed require('sys') to require('util') for compatibility wit…
blakmatrix Jun 23, 2012
46ca603
gracefully detect and handle when user declines authorization
sstrigler Jun 25, 2012
fafc486
added dailycred
hstove Jul 9, 2012
66fc876
ready for push
hstove Jul 14, 2012
7ce6393
added dailycred to providers, finished touches
hstove Jul 14, 2012
dee15f4
Merge pull request #302 from hstove/master
bnoguchi Jul 14, 2012
20d643b
added sina weibo to providers
justan Jul 23, 2012
a8f4961
Spotted bug in the example code; saving a vimeo user
LuukvE Jul 28, 2012
e545e24
fixed broken links
hstove Aug 3, 2012
dc4a591
Merge pull request #316 from hstove/master
bnoguchi Aug 8, 2012
c5ee5fe
Merge pull request #314 from LuukvE/master
bnoguchi Aug 8, 2012
8c11710
Merge pull request #311 from justan/master
bnoguchi Aug 8, 2012
c9c8da4
Merge branch 'master' of https://github.com/akinsella/everyauth into …
bnoguchi Aug 8, 2012
c6471ba
0.2.33
bnoguchi Aug 8, 2012
5b20c19
Merge pull request #288 from node-migrator-bot/clean
bnoguchi Aug 8, 2012
772e7c0
Merge pull request #264 from gkrcode/master
bnoguchi Aug 8, 2012
31fa26e
Merge branch 'meetup_oauth2' of https://github.com/jonathana/everyaut…
bnoguchi Aug 8, 2012
d560187
Merge branch 'master' of github.com:bnoguchi/everyauth
bnoguchi Aug 8, 2012
bf495f7
Merge pull request #272 from cortfr/yahoohybrid
bnoguchi Aug 8, 2012
1409241
Merge pull request #261 from philippkueng/patch-1
bnoguchi Aug 8, 2012
89d4e83
Merge pull request #247 from bigokro/master
bnoguchi Aug 8, 2012
61ccea8
Rm tarball
bnoguchi Aug 8, 2012
e06116f
Merge pull request #290 from sstrigler/master
bnoguchi Aug 8, 2012
e04500d
Add instructions for installing the express3 version of everyauth. (C…
bnoguchi Aug 8, 2012
f481674
Merge branch 'master' of github.com:bnoguchi/everyauth
bnoguchi Aug 8, 2012
a667fd8
Remove duplicate Mendeley item in README
bnoguchi Aug 8, 2012
d9d9a80
0.2.34
bnoguchi Aug 8, 2012
8e07871
0.3.0
bnoguchi Aug 8, 2012
bc35383
Forcing of approval prompt, not user friendly.
sharonjl Aug 12, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/util/expect.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ var expect = require('expect.js');
var Assertion = expect.Assertion
, statusCodes = require('http').STATUS_CODES
, j = function(elem){ return '[jQuery ' + i(elem.selector.replace(/^ *\* */, '')) + ']'; }
, i = require('sys').inspect;
, i = require('util').inspect;

/**
* Number strings.