Flask-Discord icon indicating copy to clipboard operation
Flask-Discord copied to clipboard

Discord OAuth2 extension for Flask. An Easier implementation of "Log In With Discord".

Results 27 Flask-Discord issues
Sort by recently updated
recently updated
newest added

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.0 to 3.2.1. Release notes Sourced from oauthlib's releases. 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS CVE-2022-36087 OAuth1.0: #818 : Allow IPv6...

dependencies

The revoke method of DiscordOAuth2Session doesn't revoke the Oauth access, i.e. the user's discord connections screen will still show the oauth app even if revoke is called. https://github.com/weibeu/Flask-Discord/blob/e5bda937d70ad35d30b0c7034151ed76cebf6bfc/flask_discord/client.py#L161-L175 Token Revocation...

Some Contextual Information: Python v3.10 JWT v.2.6.0 OS: Ubuntu Firstly, I am constructing a `DiscordOAuth2Session()` like so (I have shuffled up all the values to protect my application): ```py app...

It now works with modern jwt, previously it would throw jwt.exceptions.DecodeError: Not enough segments

Currently, every application restart flushes the cache. Would be great if one could plug other cache storages.

use a coroutine if we are in async mode

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.0 to 3.2.2. Release notes Sourced from oauthlib's releases. 3.2.2 OAuth2.0 Provider: CVE-2022-36087 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS OAuth1.0: #818...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies