implement JWT tokens
This commit is contained in:
5
vendor/github.com/golang-jwt/jwt/v5/token_option.go
generated
vendored
Normal file
5
vendor/github.com/golang-jwt/jwt/v5/token_option.go
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package jwt
|
||||
|
||||
// TokenOption is a reserved type, which provides some forward compatibility,
|
||||
// if we ever want to introduce token creation-related options.
|
||||
type TokenOption func(*Token)
|
Reference in New Issue
Block a user