flask-googleauth icon indicating copy to clipboard operation
flask-googleauth copied to clipboard

Support for reverse proxies

Open pegler opened this issue 12 years ago • 0 comments

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.

pegler avatar Feb 13 '14 15:02 pegler