You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -404,7 +404,7 @@ JWTExpiredError is raised when the current time is after the JWT claims exp time
404
404
405
405
#### JWTInvalidBeforeTimeError
406
406
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.
0 commit comments