add better auth

This commit is contained in:
2025-03-25 11:45:09 -03:00
parent 2218a6f867
commit 317c79cee2
11 changed files with 912 additions and 46 deletions

View File

@@ -29,7 +29,6 @@ class User(BaseModel):
class Cert(BaseModel):
id: UUID4 | str = Field(default_factory=uuid4)
exp_interval: int