mirror of https://github.com/golang-jwt/jwt.git
updated version history
This commit is contained in:
parent
317b82a681
commit
c5c24ad06a
|
@ -16,6 +16,7 @@
|
||||||
* Added several new, more specific, validation errors to error type bitmask
|
* Added several new, more specific, validation errors to error type bitmask
|
||||||
* Moved examples from README to executable example files
|
* Moved examples from README to executable example files
|
||||||
* Signing method registry is now thread safe
|
* Signing method registry is now thread safe
|
||||||
|
* Added new property to `ValidationError`, which contains the raw error returned by calls made by parse/verify (such as those returned by keyfunc or json parser)
|
||||||
|
|
||||||
#### 2.6.0
|
#### 2.6.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue