mirror of https://github.com/golang-jwt/jwt.git
release notes
This commit is contained in:
parent
9249eabf87
commit
a2c85815a7
|
@ -1,9 +1,15 @@
|
|||
## `jwt-go` Version History
|
||||
|
||||
#### 2.5.0
|
||||
#### 2.6.0
|
||||
|
||||
This will likely be the last backwards compatible release before 3.0.0.
|
||||
|
||||
* Exposed inner error within ValidationError
|
||||
* Fixed validation errors when using UseJSONNumber flag
|
||||
* Added several unit tests
|
||||
|
||||
#### 2.5.0
|
||||
|
||||
* Added support for signing method none. You shouldn't use this. The API tries to make this clear.
|
||||
* Updated/fixed some documentation
|
||||
* Added more helpful error message when trying to parse tokens that begin with `BEARER `
|
||||
|
|
Loading…
Reference in New Issue