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

Doing the OAuth dance with style using Flask, requests, and oauthlib.

Results 44 flask-dance issues
Sort by recently updated
recently updated
newest added

I have a flask app hosted at https://.azurewebsites.com. I've added the azure front door service which maps that url to mycustomdomain.com I have a GitHub app and I tried to...

I found this issue when trying to localtunneling for testing my local env. In local env, everything works ok. But concerned in production for someone else spotted this too: https://community.auth0.com/t/non-google-users-need-to-login-twice-due-to-csrf-error/77958...

First of all, thanks for developing this project, I just started using it and it's fantastic. During testing, I noticed that if I deny granting Facebook permissions when first creating...

Hi there. I've implemented flask dance on a python website running via AWS Elastic Beanstalk. Initial authentication works fine, however after a period of time the token expires, and I...

I noticed a concerning potential race condition today while using flask-dance via the Flask local dev server. Here's the setup: * I have a script polling my app's "get session"...

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB...

dependencies

Gitlab removed support for optionally expiring tokens in Gitlab 15.0. Adding in the refresh as optional since there may be self hosted instances in the wild older then 15.0. https://docs.gitlab.com/ee/integration/oauth_provider.html#access-token-expiration

If the user has overridden the OAuth model, the automatic token refresh will fail if the user has defined columns that are not nullable. The common use case for this...

I have recently added Flask Dance to a web site I have been building. Until now I have been developing on Windows and deploying to Not-Yet-Production Azure App Service that...