bnoguchi / everyauth

node.js auth package (password, facebook, & more) for Connect and Express apps
http://everyauth.com/
3.49k stars 447 forks source link

this.redirect is missing, openid auth #255

Open Ciantic opened 12 years ago

Ciantic commented 12 years ago

Extracted the example, installed everyauth, express, and jade. Trying openid auth, it says after going to type the url that:

...\everyauth\lib\modules\openid.js:56
      this.redirect(res, authenticationUrl);
           ^
TypeError: Object #<Object> has no method 'redirect'

I'm having a really rocky start with express, nodejs and everyauth - I suppose these are still in the bakery but I kind of hoped it wouldn't be this hard.

mrtidy commented 12 years ago

I agree with you. So much potential here but very unstable so far. BTW, this issue is has a pending pull request in Issue #183.

cortfr commented 12 years ago

Issue 183 is different I believe. Here is a new pull request for this issue.

https://github.com/bnoguchi/everyauth/pull/271