Fix JWTIssuedAtFuture for valid iat claim (#1166)

* Add test for ensuring "iat" works with time cache
This commit is contained in:
Steve Chávez
2018-08-16 12:29:32 -05:00
committed by GitHub
parent d7511a2637
commit 0a1d83ce8f
4 changed files with 35 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #1149, OpenAPI: Change `GET` response type to array - @laughedelic
- #1152, Fix RPC failing when having arguments with reserved or uppercase keywords - @mdr1384
- #905, Fix intermittent empty replies - @steve-chavez
- #1139, Fix JWTIssuedAtFuture failure for valid iat claim - @steve-chavez
### Changed