fastapi-jwt-auth icon indicating copy to clipboard operation
fastapi-jwt-auth copied to clipboard

Create methods to expose self._request and self._response

Open brunohenriquy opened this issue 4 years ago • 1 comments

Since _request and _response are named with "underscore" they are considered private. If I access it with Authorize._request or Authorize._response some linters will complain. So I suggest adding a get_request() and get_response().

brunohenriquy avatar Feb 04 '21 13:02 brunohenriquy

What do you think @IndominusByte ?

brunohenriquy avatar Feb 05 '21 20:02 brunohenriquy