Skip to content

Commit aecffa2

Browse files
committed
Documentation update and v1.1.2
1 parent f875899 commit aecffa2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ JWTExpiredError is raised when the current time is after the JWT claims exp time
404404
405405
#### JWTInvalidBeforeTimeError
406406
407-
JWTInvalidBeforeTimeError is raised when the JWT claims nbf time is before the current time. This error also exposes an `invalidBefore` property on the error object that reflects when the JWT will be valid after. Note that you must have nbf validations enabled.
407+
JWTInvalidBeforeTimeError is raised when the current time is before the JWT claims nbf time. This error also exposes an `invalidBefore` property on the error object that reflects when the JWT will be valid after. Note that you must have nbf validations enabled.
408408
409409
## Algorithms supported
410410

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jwt-async",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "JSON Web Token (JWT) with asynchronicity",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)