forked from mirror/jwt
added rsa change to version history
This commit is contained in:
parent
011d5bb935
commit
bcde77e55b
|
@ -1,5 +1,9 @@
|
||||||
## `jwt-go` Version History
|
## `jwt-go` Version History
|
||||||
|
|
||||||
|
#### 3.0.0
|
||||||
|
|
||||||
|
* Dropped support for `[]byte` keys when using RSA signing methods. This convenience feature could contribute to security vulnerabilities involving mismatched key types with signing methods.
|
||||||
|
|
||||||
#### 2.3.0
|
#### 2.3.0
|
||||||
|
|
||||||
* Added support for ECDSA signing methods
|
* Added support for ECDSA signing methods
|
||||||
|
|
Loading…
Reference in New Issue