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