Flask-pyoidc

Latest version: v3.14.3

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

3.5.0

Not secure
News
* Add refresh token support
* Store access token expiry in session (84)
* Use refresh token to get new access token when it has expired via `OIDCAuthentication.valid_access_token ` (86)

3.4.0

Not secure
Changes
- The full redirect URI should be configured using [`OIDC_REDIRECT_URI` configuration parameter](https://github.com/zamzterz/Flask-pyoidc/blob/a2e37649c76b67f68adfbe7932c0a92fb4892e17/docs/configuration.md#flask-configuration). This replaces the use of `OIDC_REDIRECT_DOMAIN`/`SERVER_NAME` and/or `OIDC_REDIRECT_ENDPOINT` which have been deprecated.

3.3.0

Not secure
News
- Fix 78: Allow domain name to be configured without Flask SERVER_NAME. (79) Thanks to ralgozino for reporting it. 🙇

3.2.0

Not secure
Fixes
* Fix 66: Replace pkg_resources with importlib_resources. (68) Thanks to consideRatio for reporting it. 🙇
* Handle logout gracefully when no active user session. (69) Thanks to enkelli for reporting it. 🙇
* Fix 67: Fix silent session refresh (70) Thanks to fredldotme for reporting and testing! 🙇

3.1.0

Not secure
News
* Update oic dependency (65). Thanks to josteinl 👏

3.0.0

Not secure
News
* Allow logout endpoint to be configured (e.g. when using Flask Blueprints).
* Drop support for Python 2.
* Export `flask_pyoidc` for simpler imports: `from flask_pyoidc.flask_pyoidc import OIDCAuthentication` -> `from flask_pyoidc import OIDCAuthentication`
* [Published documentation](https://flask-pyoidc.readthedocs.io) on ReadTheDocs.
* [Published as wheel](https://pypi.org/project/Flask-pyoidc/3.0.0/#files) on PyPI.

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.