flask-digestauth/src/flask_digest_auth
2023-01-06 00:20:40 +08:00
..
__init__.py Revised so that Flask-Login become an optional dependency. 2022-11-24 01:02:51 +11:00
algo.py Revised the documentations. 2022-12-06 23:52:42 +08:00
auth.py 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". 2023-01-06 00:20:40 +08:00
test.py Revised the documentation for digest_auth parameter of the open method in the test client, to be clear. 2022-12-07 18:59:41 +08:00