angularjs-in-action / angello

MIT License
247 stars 136 forks source link

Can not login angello. Help me ... #34

Open PhamChuongBD opened 9 years ago

PhamChuongBD commented 9 years ago

screen shot 2015-03-23 at 2 18 08 pm

vynsynt commented 9 years ago

Dunno if you've solved your issue or not, but I ran into the same problem. Despite what the instructions say, serving the app from my default Apache server did not work. Instead serving it on the Node created server does work.

Hope this prevents someone from banging her head against the wall for hours the way I did :)

Yabrfish commented 8 years ago

Seems the problem is it uses www.auth0.com as an authentication service. This is in the src/angello/Angello.js source file. I am about to sign up for my own account to check this theory.

// Auth0 Authentication authProvider.init({ domain: 'angello.auth0.com', clientID: 'Fq8hKAkghu45WpnqrYTc6dbvXhBUdP7l'

GarfieldDeepClone commented 5 years ago

So what is the solution? I can't login with firebase or node.js