funador / react-auth-server

Social authentication with React and Express
166 stars 71 forks source link

my terminal responded this #5

Open BhavsarMaher opened 5 years ago

BhavsarMaher commented 5 years ago

/Users/maherbhavsar/webprj/react-auth-server/node_modules/passport-oauth1/lib/strategy.js:83 if (!options.consumerKey) { throw new TypeError('OAuthStrategy requires a consumerKey option'); }

funador commented 5 years ago

You need to plug in keys in the .env file for the provider. The process is describe about 3/4 through this post: https://codeburst.io/react-authentication-with-twitter-google-facebook-and-github-862d59583105