I work on a project with Django, Google API Calendar and OAuth 2 and I have the follow error:
(insecure_transport) OAuth 2 MUST utilize https.
When I set the redirect_uri
with google_auth_oauthlib.flow.Flow
, the URI that I set is: http://localhost:8000/google/oauthcallback
.