Logo
Explore Help
Sign In
imacat/flask-digestauth
1
0
Fork 0
You've already forked flask-digestauth
Code Issues Pull Requests Packages Projects Releases 16 Wiki Activity

16 Releases 16 Tags

RSS Feed
  • v0.7.1 da466b74f4
    Compare

    0.7.1 Stable

    imacat released this 2024-12-09 08:35:10 +08:00 | 0 commits to main since this release

    Fix test cases for compatibility with httpx 0.28.0.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Flask_DigestAuth-0.7.1-py3-none-any.whl
      13 KiB
      2024-12-09 08:38:22 +08:00
    • Flask_DigestAuth-0.7.1-py3-none-any.whl.asc
      195 B
      2024-12-09 08:38:22 +08:00
    • flask_digestauth-0.7.1.tar.gz
      20 KiB
      2024-12-09 08:38:22 +08:00
    • flask_digestauth-0.7.1.tar.gz.asc
      195 B
      2024-12-09 08:38:23 +08:00
  • v0.7.0 848971709a
    Compare

    0.7.0 Stable

    imacat released this 2023-10-08 22:47:24 +08:00 | 5 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Flask-DigestAuth-0.7.0.tar.gz
      20 KiB
      2023-10-08 22:48:24 +08:00
    • Flask-DigestAuth-0.7.0.tar.gz.asc
      195 B
      2023-10-08 22:48:24 +08:00
    • Flask_DigestAuth-0.7.0-py3-none-any.whl
      13 KiB
      2023-10-08 22:48:24 +08:00
    • Flask_DigestAuth-0.7.0-py3-none-any.whl.asc
      195 B
      2023-10-08 22:48:24 +08:00
  • v0.6.2 a5188c9aa1
    Compare

    0.6.2 Stable

    imacat released this 2023-06-10 16:28:28 +08:00 | 11 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Flask-DigestAuth-0.6.2.tar.gz
      20 KiB
      2023-06-10 16:30:48 +08:00
    • Flask-DigestAuth-0.6.2.tar.gz.asc
      195 B
      2023-06-10 16:30:48 +08:00
    • Flask_DigestAuth-0.6.2-py3-none-any.whl
      15 KiB
      2023-06-10 16:30:48 +08:00
    • Flask_DigestAuth-0.6.2-py3-none-any.whl.asc
      195 B
      2023-06-10 16:30:48 +08:00
  • v0.6.1 f04ea7ac18
    Compare

    0.6.1 Stable

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

    • Revised the code for the upcoming Werkzeug 2.4.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Flask-DigestAuth-0.6.1.tar.gz
      20 KiB
      2023-05-03 07:03:37 +08:00
    • Flask-DigestAuth-0.6.1.tar.gz.asc
      195 B
      2023-05-03 07:03:37 +08:00
    • Flask_DigestAuth-0.6.1-py3-none-any.whl
      15 KiB
      2023-05-03 07:03:37 +08:00
    • Flask_DigestAuth-0.6.1-py3-none-any.whl.asc
      195 B
      2023-05-03 07:03:37 +08:00
  • v0.6.0 9e0a06bd4c
    Compare

    0.6.0 Stable

    imacat released this 2023-04-27 09:08:46 +08:00 | 21 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Flask-DigestAuth-0.6.0.tar.gz
      20 KiB
      2023-04-27 09:11:10 +08:00
    • Flask-DigestAuth-0.6.0.tar.gz.asc
      195 B
      2023-04-27 09:11:10 +08:00
    • Flask_DigestAuth-0.6.0-py3-none-any.whl
      15 KiB
      2023-04-27 09:11:10 +08:00
    • Flask_DigestAuth-0.6.0-py3-none-any.whl.asc
      195 B
      2023-04-27 09:11:10 +08:00
  • v0.5.0 d5a8bb3acd
    Compare

    0.5.0 Stable

    imacat released this 2023-01-06 00:21:35 +08:00 | 30 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Flask-DigestAuth-0.5.0.tar.gz
      20 KiB
      2023-01-06 00:24:33 +08:00
    • Flask-DigestAuth-0.5.0.tar.gz.asc
      195 B
      2023-01-06 00:24:33 +08:00
    • Flask_DigestAuth-0.5.0-py3-none-any.whl
      16 KiB
      2023-01-06 00:24:33 +08:00
    • Flask_DigestAuth-0.5.0-py3-none-any.whl.asc
      195 B
      2023-01-06 00:24:33 +08:00
  • v0.4.0 4f30756dc5
    Compare

    0.4.0 Stable

    imacat released this 2023-01-04 21:30:04 +08:00 | 34 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • Flask-DigestAuth-0.4.0.tar.gz
      20 KiB
      2023-01-04 21:41:09 +08:00
    • Flask-DigestAuth-0.4.0.tar.gz.asc
      195 B
      2023-01-04 21:41:09 +08:00
    • Flask_DigestAuth-0.4.0-py3-none-any.whl
      16 KiB
      2023-01-04 21:41:09 +08:00
    • Flask_DigestAuth-0.4.0-py3-none-any.whl.asc
      195 B
      2023-01-04 21:41:09 +08:00
  • v0.3.1 2de770aed0
    Compare

    0.3.1 Stable

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

    Fixed the missing authentication state with disabled users.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • flask-digest-auth-0.3.1.tar.gz
      19 KiB
      2022-12-29 23:55:14 +08:00
    • flask-digest-auth-0.3.1.tar.gz.asc
      195 B
      2022-12-29 23:55:14 +08:00
    • flask_digest_auth-0.3.1-py3-none-any.whl
      16 KiB
      2022-12-29 23:55:14 +08:00
    • flask_digest_auth-0.3.1-py3-none-any.whl.asc
      195 B
      2022-12-29 23:55:13 +08:00
  • v0.3.0 4296756ae7
    Compare

    0.3.0 Stable

    imacat released this 2022-12-07 00:00:06 +08:00 | 52 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • flask-digest-auth-0.3.0.tar.gz
      22 KiB
      2022-12-07 00:03:48 +08:00
    • flask-digest-auth-0.3.0.tar.gz.asc
      195 B
      2022-12-07 00:03:48 +08:00
    • flask_digest_auth-0.3.0-py3-none-any.whl
      16 KiB
      2022-12-07 00:03:48 +08:00
    • flask_digest_auth-0.3.0-py3-none-any.whl.asc
      195 B
      2022-12-07 00:03:48 +08:00
  • v0.2.4 d78093ab53
    Compare

    0.2.4 Stable

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

    Fixed the pytest example in the documentation.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • flask-digest-auth-0.2.4.tar.gz
      22 KiB
      2022-12-06 22:50:48 +08:00
    • flask-digest-auth-0.2.4.tar.gz.asc
      195 B
      2022-12-06 22:50:48 +08:00
    • flask_digest_auth-0.2.4-py3-none-any.whl
      16 KiB
      2022-12-06 22:50:48 +08:00
    • flask_digest_auth-0.2.4-py3-none-any.whl.asc
      195 B
      2022-12-06 22:50:48 +08:00
First Previous 1 2 Next Last
Powered by Gitea Version: 1.24.0rc0 Page: 9ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API