依瑪貓 imacat
imacat pushed to main at imacat/flask-digestauth 2022-12-07 18:59:59 +08:00
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.
Compare 2 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-07 18:49:05 +08:00
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.
Compare 2 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-07 18:39:49 +08:00
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.
Compare 3 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-07 09:50:36 +08:00
46f05a1022 Updated the Sphinx version that is used to create the document template.
b9384150b7 Added documentation to the private properties of DigestAuth.
Compare 2 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-07 00:00:25 +08:00
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.
Compare 3 commits »
imacat pushed tag v0.3.0 to imacat/flask-digestauth 2022-12-07 00:00:25 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-12-06 23:29:16 +08:00
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.
Compare 4 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-06 22:59:18 +08:00
b348c872dc Fixed the example in the documentation of the login_required decorator.
imacat pushed to main at imacat/flask-digestauth 2022-12-06 22:49:18 +08:00
d78093ab53 Advanced to version 0.2.4.
c6b8569543 Fixed the documentation on the pytest example.
Compare 2 commits »
imacat pushed tag v0.2.4 to imacat/flask-digestauth 2022-12-06 22:49:18 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-12-06 22:24:44 +08:00
a1c48beb32 Removed the unused module index from the documentation.
imacat pushed tag v0.2.3 to imacat/flask-digestauth 2022-12-06 22:19:17 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-12-06 22:19:17 +08:00
a88fdf81fa Advanced to version 0.2.3.
4993bfdd9b Added the documentation dependencies.
Compare 2 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-06 22:11:55 +08:00
696f350a44 Updated the version number in the documentation.
imacat pushed tag v0.2.2 to imacat/flask-digestauth 2022-12-06 22:09:50 +08:00
imacat deleted tag v0.2.2 from imacat/flask-digestauth 2022-12-06 22:08:35 +08:00
imacat pushed tag v0.2.2 to imacat/flask-digestauth 2022-12-06 22:05:40 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-12-06 22:05:40 +08:00
409f794835 Advanced to version 0.2.2.
92eb011470 Added the documentation to MANIFEST.in.
b5ecd1552b Added the .keep files to the _static and _templates subdirectories in the docs directory to keep them in the source distribution.
Compare 3 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-06 21:54:20 +08:00
765822a300 Revised the documentation.
e9a6449505 Changed the "authenticate" and "make_response_header" methods to private in the DigestAuth class.
df15f0b0d5 Revised the introduction in the documentation.
Compare 3 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-06 20:03:02 +08:00
6c7f7e8c8e Added the comment to the master_doc setting in conf.py.