tusmanakhter / MigrantHub

MIT License
4 stars 3 forks source link

Fix issue with FB/Google login not working. #211

Closed iamlax closed 5 years ago

iamlax commented 5 years ago

208

Added more redirect URI's to allow FB to work properly. You can just test the prod one -> Since the changes were done on the facebook developer page. https://programmedby.me

For google fixed the missing context var.

I can provide a new id and key to test google login. Since you can't have localhost and programmedby.me for the google one.

tusmanakhter commented 5 years ago

Can you fix the issue of login being case sensitive to emails at the same time, It would be a 0 point story anyways so might as well include it in this issue.

iamlax commented 5 years ago

Can you fix the issue of login being case sensitive to emails at the same time, It would be a 0 point story anyways so might as well include it in this issue.

Sure, i'll modify signup to store email as lowercase, so that other queries won't get affected and i can ignore case during login. However, not all mail servers are case insensitive. So we may face issues later on.