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
d5a8bb3acd
flask-digestauth
/
src
/
flask_digest_auth
History
依瑪貓
27d27127f6
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
..
__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