Update file jwt_adapter.go
This commit is contained in:
parent
6f8eaba30d
commit
d9932eb725
@ -20,6 +20,7 @@ var (
|
||||
|
||||
type JwtAdapter struct {
|
||||
jwt.StandardClaims
|
||||
Id string `json:"id"`
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Loading…
Reference in New Issue
Block a user