fixed typo
This commit is contained in:
parent
40fe9931a8
commit
fa7ac67fe5
1 changed files with 1 additions and 1 deletions
2
jwt.go
2
jwt.go
|
|
@ -24,7 +24,7 @@ const (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrNoJWT = errors.New("no json web token")
|
ErrNoJWT = errors.New("no json web token")
|
||||||
ErrUnsupportedAlg = errors.New("unsupported algoritm")
|
ErrUnsupportedAlg = errors.New("unsupported algorithm")
|
||||||
ErrInvalid = errors.New("token validation failed")
|
ErrInvalid = errors.New("token validation failed")
|
||||||
ErrBlacklisted = errors.New("token blacklisted")
|
ErrBlacklisted = errors.New("token blacklisted")
|
||||||
ErrBlacklistNotEnabled = errors.New("blacklisting is not enabled")
|
ErrBlacklistNotEnabled = errors.New("blacklisting is not enabled")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue