flask-digestauth

Flask HTTP Digest Authentication

APACHE-2.0 License

Downloads
155
Stars
0
Committers
1

Bot releases are hidden (Show)

flask-digestauth - 0.7.0 Latest Release

Published by imacat about 1 year ago

  • 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.
flask-digestauth - 0.6.2

Published by imacat over 1 year ago

  • Changed logging from STDERR to the Flask logger.
  • Test case updates:
    • Added missing documentation.
    • Changed properties from public to private.
    • Disabled logging.
flask-digestauth - 0.6.1

Published by imacat over 1 year ago

  • Revised the code for the upcoming Werkzeug 2.4.
flask-digestauth - 0.6.0

Published by imacat over 1 year ago

  • Updated the minimal Python version to 3.8.
  • Switched from setup.cfg to pyproject.toml.
  • Added the change log.
  • Simplified README.rst.
flask-digestauth - 0.5.0

Published by imacat almost 2 years ago

  • 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".
flask-digestauth - 0.4.0

Published by imacat almost 2 years ago

  • 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.
flask-digestauth - 0.3.1

Published by imacat almost 2 years ago

Fixed the missing authentication state with disabled users.

flask-digestauth - 0.3.0

Published by imacat almost 2 years ago

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

flask-digestauth - 0.2.4

Published by imacat almost 2 years ago

Fixed the pytest example in the documentation.

flask-digestauth - 0.2.3

Published by imacat almost 2 years ago

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

flask-digestauth - 0.2.2

Published by imacat almost 2 years ago

Added the Sphinx documentation, and hosted the documentation on Read the Docs.

flask-digestauth - 0.2.1

Published by imacat almost 2 years ago

Various fixes, with the help from SonarQube.

flask-digestauth - 0.2.0

Published by imacat almost 2 years ago

  • Added log out support. User can log out.
  • Added on-login event handler. You can do some accounting when the user logs in.

This release was written in Sydney and on the international flight, and released in Taipei.

flask-digestauth - 0.1.1

Published by imacat almost 2 years ago

Changed the minimal Python version to 3.7.
Released at Sydney, Australia on vacation.

flask-digestauth - 0.1.0

Published by imacat almost 2 years ago

The initial release.
Released at Sydney, Australia on vacation.

Package Rankings
Top 18.62% on Pypi.org
Related Projects