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 e6c1164 commit 994d392Copy full SHA for 994d392
astrbot/dashboard/routes/backup.py
@@ -986,7 +986,7 @@ async def download_backup(self):
986
"require": ["exp"], # Require expiration claim
987
"verify_signature": True, # Explicitly verify signature
988
"verify_exp": True, # Verify expiration
989
- }
+ },
990
)
991
except jwt.ExpiredSignatureError:
992
return Response().error("Token 已过期,请刷新页面后重试").__dict__
0 commit comments