Skip to content

Commit

Permalink
Merge pull request #607 from fractal-analytics-platform/568-fix-jwt-w…
Browse files Browse the repository at this point in the history
…arning

Fix JWT warning
  • Loading branch information
tcompa committed Jan 31, 2024
2 parents 2379b44 + b96b14a commit 530afa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fractal_client/authclient.py
Expand Up @@ -71,7 +71,6 @@ def expired(self):
try:
jwt.decode(
jwt=self.token,
requires=["exp"],
options={
"verify_signature": False,
"verify_exp": True,
Expand Down

0 comments on commit 530afa3

Please sign in to comment.