Block a user
imacat
renamed repository from 2023-01-04 21:02:16 +08:00
flask-digest-auth
to imacat/flask-digestauth
2de770aed0
Advanced to version 0.3.1.
9ab413d583
Added the test_disabled test to the FlaskLoginTestCase test case.
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.
9176be3c11
Added requirements.txt for readthedocs.io.
1d16b250d8
Revised the documentation.
72b9555e29
Added the build directory to .gitignore.
d09255432d
Applied Sphinx autodoc, and added the automatically-generated module documents to the documentation.
64e81a64ef
Added the Sphinx documentation skeleton.
a07118ef9c
Revised the documentation for digest_auth parameter of the open method in the test client, to be clear.
514e9255aa
Replaced "my_user" and "my_pass" with USERNAME and PASSWORD in the examples of the test client in the documentation, to avoid GitGuardian from detecting them as real passwords.
79abdc9cde
Fixed the documentation of the login_required decorator in the DigestAuth class.
038e7a8352
Removed the warnings in the documentation of the test client. It is API document now. All content, for public or not, are available. There is no need to warn now.
0387abb4f6
Revised the documentation in the "flask_digest_auth.auth" module.
10e8add9e6
Replaced the manually-added package content with the automatically-generated package content, and added the modules list to the documentation.
c004e28c37
Fixed the documentation of the AuthState class and the UnauthorizedException exception.
46f05a1022
Updated the Sphinx version that is used to create the document template.
b9384150b7
Added documentation to the private properties of DigestAuth.
4296756ae7
Advanced to version 0.3.0.
83cf83a67c
Revised the type hint of the "algorithm" and "__qop" properties of the DigestAuth class.
7aaa7b9abe
Revised the documentations.
14b90de059
Revised the documentation of the "use_opaque" and "__domain" properties in the DigestAuth class.
e9013017fb
Changed the "domain" and "qop" property to private in the DigestAuth class.
6e6ac8bbe7
Changed the "serializer" property to private in the DigestAuth class.
7ec56ee52d
Removed the secret_key attribute from the DigestAuth class. It is actually not used.
d78093ab53
Advanced to version 0.2.4.
c6b8569543
Fixed the documentation on the pytest example.
a88fdf81fa
Advanced to version 0.2.3.
4993bfdd9b
Added the documentation dependencies.