flask-googleauth
flask-googleauth copied to clipboard
Support for reverse proxies
If running a Flask app behind Nginx, the redirect url is incorrect since it is using the localhost URL instead of the URL Nginx is responding to. Perhaps just adding a setting to specify the domain for the redirect.