fix auth lifetime

This commit is contained in:
2024-04-07 21:31:15 +00:00
parent f8f5bf80c1
commit d55e8d1df3
13 changed files with 212 additions and 42 deletions

View File

@@ -9,3 +9,6 @@ class JwtTokenProcessor(Protocol):
def validate_token(self, token: str) -> UserId | None:
raise NotImplementedError
def refresh_token(self, token: str) -> str:
raise NotImplementedError