Flask-digestauth

Latest version: v0.7.0

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

Scan your dependencies

Page 1 of 3

0.7.0

* Removed the test client. You should use httpx instead of Flask-Testing when writing automatic tests. Flask-Testing is not maintained for more than 3 years, and is not compatible with Flask 3 now.
* Revised to skip the tests when Flask-Login is not compatible with Werkzeug.

0.6.2

* Changed logging from STDERR to the Flask logger.
* Test case updates:
* Added missing documentation.
* Changed properties from public to private.
* Disabled logging.

0.6.1

* Revised the code for the upcoming Werkzeug 2.4.

0.6.0

* Updated the minimal Python version to 3.8.
* Switched from setup.cfg to pyproject.toml.
* Added the change log.
* Simplified README.rst.

0.5.0

* Added the DIGEST_AUTH_REALM configuration variable as the recommended way to set the authentication realm.
* Changed the default realm from an empty string to "Login Required".

0.4.0

* Changed the package name from flask-digest-auth to Flask-DigestAuth, according to the Flask recommended extension guidelines https://flask.palletsprojects.com/en/latest/extensiondev/ .
* Replaced app.digest_auth with app.extensions["digest-auth"] to store the DigestAuth instance.
* Replaced auth.app with current_app, to prevent circular imports.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.