tsk-15: Added User Id to Login

This commit is contained in:
phoenix
2025-12-15 21:44:06 -05:00
parent 245ff35e58
commit 4cc80edfbc
+1
View File
@@ -12,6 +12,7 @@ type Claims struct {
}
type Login struct {
UserId uuid.UUID `json:"user_id"`
AccessToken string `json:"access_token"`
TokenType string `json:"token_type"`
ExpiresIn int64 `json:"expires_in"`