Check whether a decoded JWT is not yet valid (the nbf claim is in the future).
nbf
The decoded JWT payload.
Current time in seconds since epoch.
Grace period in seconds. Defaults to 0.
0
true if the token has an nbf claim and it is in the future.
true
Check whether a decoded JWT is not yet valid (the
nbfclaim is in the future).