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

Need to fix authentication #1

Open
oconnelc opened this issue Aug 13, 2016 · 0 comments
Open

Need to fix authentication #1

oconnelc opened this issue Aug 13, 2016 · 0 comments

Comments

@oconnelc
Copy link
Owner

Currently if you try and login locally, the following exception is seen:
TypeError: Cannot read property 'then' of undefined
at Strategy._verify (sentimentaltweet/index.js:27:5)
at Strategy.authenticate (sentimentaltweet/node_modules/passport-local/lib/strategy.js:88:12)
at attempt (sentimentaltweet/node_modules/passport/lib/middleware/authenticate.js:341:16)
at authenticate (sentimentaltweet/node_modules/passport/lib/middleware/authenticate.js:342:7)
at Layer.handle as handle_request
at next (sentimentaltweet/node_modules/express/lib/router/route.js:131:13)
at Route.dispatch (sentimentaltweet/node_modules/express/lib/router/route.js:112:3)
at Layer.handle as handle_request
at sentimentaltweet/node_modules/express/lib/router/index.js:277:22
at Function.process_params (sentimentaltweet/node_modules/express/lib/router/index.js:330:12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant