We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34715f commit 75a7f2cCopy full SHA for 75a7f2c
1 file changed
src/modos/remote.py
@@ -20,8 +20,6 @@ class BearerAuth(AuthBase):
20
def __call__(
21
self, r: requests.PreparedRequest
22
) -> requests.PreparedRequest:
23
- # Read the token from cache per request so a login performed after
24
- # the session was created (the session is process-cached) is picked up.
25
token = JWT.from_cache()
26
if not token:
27
return r
0 commit comments