Open MichaelJCole opened 11 years ago
1) var app = express(); // that's fixable on line 98, with "var app = express.express.createServer(" to "var app = express("
2) everyauth.helpExpress is being deprecated - that's line 120. I just commented it out.
3) Cannot read property 'loggedIn' of undefined Well, that's why I'm here. UP.
Well? Any more info on this?
Hey, I ended up using PassportJS. I think it's the new hawtness and better maintained. Please contradict me if mongoose-auth is still actively developed.
Unworthy self-link: https://github.com/MichaelJCole/passport-freshbooks
Hey, I'm trying to run the example, but obviously doing it wrong.
Here's what I did:
Here's what it did:
What am I doing wrong?