依瑪貓 imacat
imacat pushed to main at imacat/mia-accounting-django 2023-01-22 08:08:58 +08:00
020555602d Removed the deprecated and unused USE_L10N setting from the test site.
imacat pushed to main at imacat/mia-accounting-django 2023-01-22 07:54:28 +08:00
a405d69ac9 Removed the deprecated USE_L10N setting from the test site.
imacat pushed tag v0.5.0 to imacat/flask-digestauth 2023-01-06 00:23:26 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-01-06 00:23:25 +08:00
d5a8bb3acd Advanced to version 0.5.0.
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".
5ebdea6d0a Reordered the code in the create_app methods of the AuthenticationTestCase and FlaskLoginTestCase test cases.
ea31bb9579 Revised the coding style in the init_app method of the DigestAuth class.
Compare 4 commits »
imacat pushed tag v0.4.0 to imacat/flask-digestauth 2023-01-04 21:37:55 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-01-04 21:37:51 +08:00
4f30756dc5 Advanced to version 0.4.0.
cdc057f851 Renamed the package from flask-digest-auth to Flask-DigestAuth, by the Flask recommended extension guidelines https://flask.palletsprojects.com/en/latest/extensiondev/.
574ecade05 Revised the copyright year in auth.py.
84b9c5f62e Renamed digest_auth_state to _digest_auth_state as the state stored in the request instance.
4990de085c Changed to store the DigestAuth instance from app.digest_auth to app.extensions["digest_auth"].
Compare 6 commits »
imacat renamed repository from flask-digest-auth to imacat/flask-digestauth 2023-01-04 21:02:16 +08:00
imacat pushed tag v0.3.1 to imacat/flask-digestauth 2022-12-29 23:51:08 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-12-29 23:51:06 +08:00
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.
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting-django 2022-12-08 01:07:20 +08:00
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.
Compare 5 commits »
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 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-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 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 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:49:18 +08:00
d78093ab53 Advanced to version 0.2.4.
c6b8569543 Fixed the documentation on the pytest example.
Compare 2 commits »