Compare commits

...
Author SHA1 Message Date
phoenix 4cc80edfbc tsk-15: Added User Id to Login 2025-12-15 21:44:06 -05:00
+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"`