• v0.7.0 848971709a

    0.7.0 Stable

    imacat released this 2023-10-08 22:47:24 +08:00 | 3 commits to main since this release

    • 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.
    Downloads
  • v0.6.2 a5188c9aa1

    0.6.2 Stable

    imacat released this 2023-06-10 16:28:28 +08:00 | 9 commits to main since this release

    • Changed logging from STDERR to the Flask logger.
    • Test case updates:
      • Added missing documentation.
      • Changed properties from public to private.
      • Disabled logging.
    Downloads
  • v0.6.1 f04ea7ac18

    0.6.1 Stable

    imacat released this 2023-05-03 07:02:00 +08:00 | 14 commits to main since this release

    • Revised the code for the upcoming Werkzeug 2.4.
    Downloads
  • v0.6.0 9e0a06bd4c

    0.6.0 Stable

    imacat released this 2023-04-27 09:08:46 +08:00 | 19 commits to main since this release

    • Updated the minimal Python version to 3.8.
    • Switched from setup.cfg to pyproject.toml.
    • Added the change log.
    • Simplified README.rst.
    Downloads
  • v0.5.0 d5a8bb3acd

    0.5.0 Stable

    imacat released this 2023-01-06 00:21:35 +08:00 | 28 commits to main since this release

    • 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".
    Downloads
  • 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
  • v0.3.1 2de770aed0

    0.3.1 Stable

    imacat released this 2022-12-29 23:50:52 +08:00 | 38 commits to main since this release

    Fixed the missing authentication state with disabled users.

    Downloads
  • v0.3.0 4296756ae7

    0.3.0 Stable

    imacat released this 2022-12-07 00:00:06 +08:00 | 50 commits to main since this release

    Changed the visibility of several methods and properties of the DigestAuth class that should be private to private.

    Downloads
  • v0.2.4 d78093ab53

    0.2.4 Stable

    imacat released this 2022-12-06 22:48:30 +08:00 | 58 commits to main since this release

    Fixed the pytest example in the documentation.

    Downloads
  • v0.2.3 a88fdf81fa

    0.2.3 Stable

    imacat released this 2022-12-06 22:19:02 +08:00 | 61 commits to main since this release

    Fixed the dependencies for the documentation hosted on Read the Docs.

    Downloads