bnoguchi/mongoose-auth

"everyauth is not defined" error when using view helpers

Closed this issue · 1 comments

In the example app, running it produces the error "everyauth is not defined" on the first line of the home.jade template. This also happens in any app I create.

Tested with:
node 0.8.6
express 3.0.0rc3
everyauth 0.3.0
mongoose 3.0.2
mongoose-auth 0.0.12

This is a duplicate of #41 which was closed without being fixed.

This is because mongoose-auth is not yet compatible with express 3. There's an existing open issue for that.