Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.
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.