From b96b14a1e13fc01b44bdd29b66016b436190cef0 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Tue, 30 Jan 2024 15:35:35 +0100 Subject: [PATCH] remove deprecated arg --- fractal_client/authclient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fractal_client/authclient.py b/fractal_client/authclient.py index 255c6ee4b..c5ae90247 100644 --- a/fractal_client/authclient.py +++ b/fractal_client/authclient.py @@ -71,7 +71,6 @@ def expired(self): try: jwt.decode( jwt=self.token, - requires=["exp"], options={ "verify_signature": False, "verify_exp": True,