Update jwt_adapter/jwt_adapter.go
This commit is contained in:
parent
52760e65a3
commit
20ca7f954f
@ -20,7 +20,6 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type JwtAdapter struct {
|
type JwtAdapter struct {
|
||||||
Id string `json:"jti,omitempty"`
|
|
||||||
jwt.StandardClaims
|
jwt.StandardClaims
|
||||||
Id string `json:"id"`
|
Id string `json:"id"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user