fix(handle_jwt.py): remove issuer check

This commit is contained in:
Krrish Dholakia 2024-03-20 08:33:38 -07:00
parent 909883ee04
commit ca970a90c4
2 changed files with 4 additions and 4 deletions

View file

@ -103,7 +103,6 @@ class JWTHandler:
public_key, # type: ignore
algorithms=["RS256"],
audience="account",
issuer=os.getenv("JWT_ISSUER"),
)
return payload