This website requires JavaScript.
Explore
Help
Sign In
imacat
/
flask-digestauth
Watch
1
Star
0
Fork
0
You've already forked flask-digestauth
Code
Issues
Pull Requests
Packages
Projects
Releases
16
Wiki
Activity
2de770aed0
flask-digestauth
/
src
/
flask_digest_auth
History
imacat
aeb93a60e5
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
..
__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