Rigidflame / firebase-passport-login

Use Express Passport libraries for Firebase Authentication
43 stars 10 forks source link

Browser blocks auth pop-up window. #2

Open tanmaydesai89 opened 10 years ago

tanmaydesai89 commented 10 years ago

We are using PassportJS + Firebase for LinkedIn login. When user clicks on 'Connect with LinkedIn', browser blocks pop-up. Any workaround for this?

abeisgoat commented 10 years ago

Typically browser pop-ups are blocked when pop-ups aren't triggered directly from a click event or sometimes when running from a file:// URL. Give me some browser details and I'll do some testing :)

abeisgoat commented 9 years ago

I'd like to add a full redirect for this as well (similar to the {redirect: true} flag in proper), which would definitely fix this.