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.
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.