mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-01-28 21:44:26 +00:00
Updated login interface with meta
This commit is contained in:
@@ -33,6 +33,7 @@ type LoginResponse struct {
|
||||
RefreshToken string `json:"refresh_token"`
|
||||
User *UserContext `json:"user"`
|
||||
ExpiresIn int64 `json:"expires_in"` // Token expiration in seconds
|
||||
Meta map[string]any `json:"meta"` // Additional metadata to be set on user context
|
||||
}
|
||||
|
||||
// LogoutRequest contains information for logout
|
||||
|
||||
Reference in New Issue
Block a user