chore: remove jwt deprecated (#1452)
This commit is contained in:
@@ -120,7 +120,5 @@ func WithResetDuration(duration time.Duration) ParseOption {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func newParser() *jwt.Parser {
|
func newParser() *jwt.Parser {
|
||||||
return &jwt.Parser{
|
return jwt.NewParser(jwt.WithJSONNumber())
|
||||||
UseJSONNumber: true,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user