forked from mirror/jwt
version notes for 1.3.0
This commit is contained in:
parent
e5cb38552f
commit
9fe8afe96d
|
@ -1,5 +1,10 @@
|
||||||
## `jwt-go` Version History
|
## `jwt-go` Version History
|
||||||
|
|
||||||
|
#### 2.3.0
|
||||||
|
|
||||||
|
* Added support for ECDSA signing methods
|
||||||
|
* Added support for RSA PSS signing methods (requires go v1.4)
|
||||||
|
|
||||||
#### 2.2.0
|
#### 2.2.0
|
||||||
|
|
||||||
* Gracefully handle a `nil` `Keyfunc` being passed to `Parse`. Result will now be the parsed token and an error, instead of a panic.
|
* Gracefully handle a `nil` `Keyfunc` being passed to `Parse`. Result will now be the parsed token and an error, instead of a panic.
|
||||||
|
|
Loading…
Reference in New Issue