Coder Social home page Coder Social logo

Comments (4)

marksteve avatar marksteve commented on June 23, 2024

Are you using https?

from flask-googlelogin.

chromakey avatar chromakey commented on June 23, 2024

Nope. The site is just a basic calculator that I only want employees to have access to. I don't need any profile information, posting permissions, storing of credentials, etc. Since we're already using Google Apps, it would make life a lot easier on me if they could just authenticate using their accounts and then use the calculator.

from flask-googlelogin.

isokrates avatar isokrates commented on June 23, 2024

Three years later, I am getting exactly the same error. I've been trying to use this example: https://gist.github.com/ashish01/2a4a0f9b525096633ca2. Any ideas?

from flask-googlelogin.

Focshole avatar Focshole commented on June 23, 2024

To fix this, enable HTTPS. Google refuses HTTP connections (i don't remember where Google wrote this). Anyway, to switch to HTTPS, just add
app.config.update(GOOGLE_LOGIN_REDIRECT_SCHEME="https")
to Flask app. It should be set as default, instead of http

from flask-googlelogin.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.