flask-oauthlib Questions
4
I'm trying to use Flask-oidc in a simple flask application in order to add authentication via keycloak.
However, once I log-in with valid credentials it goes back to /oidc_callback which doesn't ex...
Lashandralashar asked 26/11, 2018 at 9:8
5
Solved
I am developing a Flask application that allows the user to login using OAuth (with Github as a provider), and the flask-dance library. For some reason I am not able to redirect, after a successful...
Nodular asked 18/7, 2018 at 11:57
5
I'm building a website + backend with the FLask Framework in which I use Flask-OAuthlib to authenticate with google. After authentication, the backend needs to regularly scan the user his Gmail. So...
Shovelboard asked 26/11, 2014 at 10:15
3
Solved
I'm trying to figure out why I am seeing an error
ModuleNotFoundError: No module named 'urlparse'
but I never call urlparse in my code.
When I try to install urlparse with pip, I am seeing that t...
Braga asked 3/5, 2018 at 3:31
3
I have implemented an oauth2 server and an oauth2 client using flask-oauthlib.
When I am trying to test locally, the client returns an InsecureTransportError and tells me that I should be using h...
Wakerife asked 5/1, 2015 at 18:12
1
Solved
I just got flask-oauthlib working in a website I'm building. However, I noticed that the front page of the project has a warning to use authlib instead.
If you use flask-oauthlib in production are...
Haw asked 22/4, 2018 at 10:6
1
Solved
I have an app written with Flask and try to use Flask-Dance (Flask-Dance Docs - Google Example) to enable Google OAuth. I got the following setup:
from flask import redirect, url_for, jsonify, Blu...
Scriptorium asked 10/4, 2018 at 9:4
1
© 2022 - 2024 — McMap. All rights reserved.