• v0.4.0 4f30756dc5

    0.4.0 Stable

    imacat released this 2023-01-04 21:30:04 +08:00 | 32 commits to main since this release

    • 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.
    Downloads