_
This commit is contained in:
@ -113,6 +113,7 @@ type VerifyRequest struct {
|
||||
// VerifyResponse represents a token verification response
|
||||
type VerifyResponse struct {
|
||||
Valid bool `json:"valid"`
|
||||
Permitted bool `json:"permitted"`
|
||||
UserID string `json:"user_id,omitempty"`
|
||||
Permissions []string `json:"permissions"`
|
||||
PermissionResults map[string]bool `json:"permission_results,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user