mirror of https://github.com/jwtk/jjwt.git
Updated changelog to reflect fix for #7
This commit is contained in:
parent
5540d5ded0
commit
bbc6cebd4f
|
@ -90,7 +90,8 @@ These feature sets will be implemented in a future release when possible. Commu
|
|||
|
||||
### 0.3
|
||||
|
||||
Parsing an expired Claims JWT or JWS (as determined by the `exp` claims field) will now throw an `ExpiredJwtException`.
|
||||
- [Issue 6](https://github.com/jwtk/jjwt/issues/6): Parsing an expired Claims JWT or JWS (as determined by the `exp` claims field) will now throw an `ExpiredJwtException`.
|
||||
- [Issue 7](https://github.com/jwtk/jjwt/issues/7): Parsing a premature Claims JWT or JWS (as determined by the `nbf` claims field) will now throw a `PrematureJwtException`.
|
||||
|
||||
### 0.2
|
||||
|
||||
|
|
Loading…
Reference in New Issue