refactor: User.subject type

This commit is contained in:
Éloi Rivard 2024-12-06 17:41:57 +01:00
parent 15bb13be90
commit 1bf196b5a2
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -317,7 +317,7 @@ class Token(Model):
token_id: str
access_token: str
client: "Client"
subject: User
subject: User | None
type: str
refresh_token: str
scope: list[str]