fix(auth): correct local cookie security configuration
This commit is contained in:
parent
b584e60273
commit
155fdbb16a
67 changed files with 1003 additions and 62 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -16,6 +16,8 @@ class LoginRequest(BaseModel):
|
|||
class TokenResponse(BaseModel):
|
||||
access_token: str
|
||||
token_type: str = "bearer"
|
||||
expires_in: int
|
||||
user: UserRead
|
||||
|
||||
|
||||
class UserRead(EntityRead):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue