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
877f02fe82
flask-digestauth
/
src
/
flask_digest_auth
History
依瑪貓
8e69733cf6
Updated the login_required view decorator of the DigestAuth class, replaced writing to STDERR directly with warning through the Flask logger.
2023-05-03 08:05:28 +08:00
..
__init__.py
Advanced to version 0.6.1.
2023-05-03 06:59:27 +08:00
algo.py
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. We do not have as many names to import. This is also to be consistent with the practices of most major and standard packages and examples.
2023-04-27 09:08:10 +08:00
auth.py
Updated the login_required view decorator of the DigestAuth class, replaced writing to STDERR directly with warning through the Flask logger.
2023-05-03 08:05:28 +08:00
test.py
Revised the code that handles the "qop" and "stale" parameters of the "WWW-Authenticate" response HTTP header for the upcoming Werkzeug 2.4.
2023-05-03 06:58:14 +08:00