Skip to content Skip to sidebar Skip to footer

Use Custom Domain For Flask App With Google Authenticated Login

I have built a flask web application that makes use of Google's authenticated login to authenticate users. I currently have it running on localhost 127.0.0.1:5000 however I would l

Solution 1:

I was able to solve this just now!

I went through my DNS settings of my domain and pointed the DNS A record to the IP address that my flask application is running on.

Previously, I was using a redirect on the domain, which was not working.

Post a Comment for "Use Custom Domain For Flask App With Google Authenticated Login"