mirror of https://github.com/golang-jwt/jwt.git
v1.0.2
This commit is contained in:
parent
ef77e106a6
commit
0987fb8fd4
|
@ -1,5 +1,11 @@
|
||||||
## `jwt-go` Version History
|
## `jwt-go` Version History
|
||||||
|
|
||||||
|
#### 1.0.2
|
||||||
|
|
||||||
|
* Fixed bug in parsing public keys from certificates
|
||||||
|
* Added more tests around the parsing of keys for RS256
|
||||||
|
* Code refactoring in RS256 implementation. No functional changes
|
||||||
|
|
||||||
#### 1.0.1
|
#### 1.0.1
|
||||||
|
|
||||||
* Fixed panic if RS256 signing method was passed an invalid key
|
* Fixed panic if RS256 signing method was passed an invalid key
|
||||||
|
|
Loading…
Reference in New Issue