feature: verify tokens
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
package model
|
||||
|
||||
type AuthUser struct {
|
||||
ID string `json:"id"`
|
||||
Email string `json:"email"`
|
||||
DisplayName string `json:"displayName"`
|
||||
RoleID int `json:"roleID"`
|
||||
ID string `json:"id"`
|
||||
Email string `json:"email"`
|
||||
Name string `json:"name"`
|
||||
RoleID int `json:"roleID"`
|
||||
}
|
||||
|
||||
type Mutation struct {
|
||||
|
Reference in New Issue
Block a user