This PR contains the work done to implement the AuthMiddleware middleware that, when plugged into a Client object, adds authentication parameters to any request the client would make.
This PR contains the work done to implement the `AuthMiddleware` middleware that, when plugged into a `Client` object, adds authentication parameters to any request the client would make.
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.
This PR contains the work done to implement the
AuthMiddlewaremiddleware that, when plugged into aClientobject, adds authentication parameters to any request the client would make.