react-auth-server icon indicating copy to clipboard operation
react-auth-server copied to clipboard

my terminal responded this

Open BhavsarMaher opened this issue 7 years ago • 1 comments

/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'); }

BhavsarMaher avatar Jan 06 '19 09:01 BhavsarMaher

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

funador avatar Jan 06 '19 18:01 funador