refactor(core): simplify core module

This commit is contained in:
2025-11-14 16:42:35 +01:00
parent 39979b51ee
commit 8c20deb690
3 changed files with 3 additions and 10 deletions

View File

@@ -49,4 +49,4 @@ def decode_and_verify_jwt(token: str, secret: str) -> dict:
secret,
algorithms=["HS256"],
options={"verify_aud": False},
) # verify_exp is True by default
) # verify_exp is True by default