You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest generator (2.0.7), I'm getting the following error when attempting to signup/login with twitter. This occurs after updating an existing project that had oauth working, and when generating a new project.
Error: OAuthStrategy requires session support. Did you forget app.use(express.session(...))? at Strategy.OAuthStrategy.authenticate (/Users/sethlesky/code/dopcast/app-update/node_modules/passport-twitter/node_modules/passport-oauth1/lib/strategy.js:120:41) at Strategy.authenticate (/Users/sethlesky/code/dopcast/app-update/node_modules/passport-twitter/lib/strategy.js:85:40) at attempt (/Users/sethlesky/code/dopcast/app-update/node_modules/passport/lib/middleware/authenticate.js:337:16) at Object.authenticate [as handle] (/Users/sethlesky/code/dopcast/app-update/node_modules/passport/lib/middleware/authenticate.js:338:7) at next_layer (/Users/sethlesky/code/dopcast/app-update/node_modules/express/lib/router/route.js:103:13) at Route.dispatch (/Users/sethlesky/code/dopcast/app-update/node_modules/express/lib/router/route.js:107:5) at c (/Users/sethlesky/code/dopcast/app-update/node_modules/express/lib/router/index.js:195:24) at Function.proto.process_params (/Users/sethlesky/code/dopcast/app-update/node_modules/express/lib/router/index.js:251:12) at next (/Users/sethlesky/code/dopcast/app-update/node_modules/express/lib/router/index.js:189:19) at Function.proto.handle (/Users/sethlesky/code/dopcast/app-update/node_modules/express/lib/router/index.js:234:5)
The text was updated successfully, but these errors were encountered:
Using the latest generator (2.0.7), I'm getting the following error when attempting to signup/login with twitter. This occurs after updating an existing project that had oauth working, and when generating a new project.
The text was updated successfully, but these errors were encountered: