sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Facebook Authentication gets stuck #142

Closed MichaelGofron closed 8 years ago

MichaelGofron commented 8 years ago

Hello,

I put my client id in actions/oauth.js and my secret in .env and registered my app. Then I try running the application and I can try logging in but then the popup gets hung and it doesn't appear that I logged in. The same is true when I use the default id and secret provided in the project.

My settings for the project are node.js, express, bootstrap, sass, react, handlebars, web pack, no testing, PSQL, authentication with email Facebook,google,twitter,vk, and heroku.

Anyone know why that is?

MichaelGofron commented 8 years ago

I realized that I had not initialized the database which is why facebook login didn't work for me.