justjs
justjs copied to clipboard
Cannot authorize using Passport in Blog 5 while using behind a proxy
In the version 5 of the blog, you've explained how to authorize the app using Google Login. However, I've discovered an issue that if the host (localhost in my case) is behind a proxy or a firewall, the authentication fails, as the server fails to connect to the Authentication server.
I guess that the issue is either in passport or passport-google. Will update once I've run tests.
I am also having the same issue. Is there already a fix or not yet?