flask-digestauth/src/flask_digest_auth
2022-12-29 23:43:35 +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 Fixed to store the auth state in request instead of the g global object in the flask_login load_user_from_request and unauthorized handlers in the init_app method of the DigestAuth class. This is so that the auth state is always reset in the lifecycle of request even if g stays. Revised the unauthorized to create a new auth state if it is not available in the current request, in the case that the load_user_from_request handler was not run previously. 2022-12-29 23:43:35 +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