Merge branch 'master' of https://git.apinb.com/bsm-sdk/engine
This commit is contained in:
commit
ddc1eb90d8
|
@ -9,7 +9,7 @@ type JwtClaims struct {
|
||||||
ID uint `json:"id"`
|
ID uint `json:"id"`
|
||||||
Identity string `json:"identity"`
|
Identity string `json:"identity"`
|
||||||
Extend map[string]string `json:"extend"`
|
Extend map[string]string `json:"extend"`
|
||||||
Client string `json:"client"`
|
Owner any `json:"owner"`
|
||||||
Role string `json:"role"`
|
Role string `json:"role"`
|
||||||
ExpiresAt int64 `json:"exp"`
|
ExpiresAt int64 `json:"exp"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue