Update the verify method's options param to accept two new options, ignoreExpiration and ignoreNotBefore. They will cause the verify method to skip verifying the exp and nbf fields respectively.
NOTE: Ignore options match the options in the jsonwebtoken package.
Update the verify method's options param to accept two new options,
ignoreExpiration
andignoreNotBefore
. They will cause the verify method to skip verifying theexp
andnbf
fields respectively.NOTE: Ignore options match the options in the jsonwebtoken package.