get token fonctionnel

This commit is contained in:
2023-10-12 23:15:26 +02:00
parent 08758aa12f
commit e8d2670024
3 changed files with 8 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ class User(BaseModel):
username: str
password: str
roles: str
disabled: bool
class UserInDB(User):
password: str