flask-of-oil icon indicating copy to clipboard operation
flask-of-oil copied to clipboard

An OAuth 2.0 filter written in Python to protect APIs built using Flask

Results 5 flask-of-oil issues
Sort by recently updated
recently updated
newest added

Thank you for this well designed and rational library. My IdP setup, PingID + Azure AD, issues access_tokens with the 'sub' claim. For example, I receive: ```json { "scope": [...

Hi I have made a number of improvements so that this fits in our environment. I have tried to maintain backwards compatibility but lack of unit tests has made it...

A new parameter should be added in the decorator `scope_pattern` that will allow the user to set a regex. This is useful for prefix scopes for example

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

[This PR](https://github.com/curityio/flask-of-oil/commit/d0c620230f3d405b2e7f5ff8241419293b0ea042) correctly changed "description-file" to "description, however this PR did not up the project version, and therefore not reflected in PyPi. Over the weekend setuptools [removed support ](https://github.com/pypa/setuptools/issues/4910)for "description-file"...