-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.0.0+ enforce an integer in the payload's exp parameter. One test used an expiration time of 0.01 to simulate an already-expired token, which triggered the raise added in jwt/ruby-jwt#205. A value of -1 accomplishes the same thing and allows the test to pass.
- Loading branch information
1 parent
2a005b7
commit 9850b95
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters