|
|
|
|
|
by throwawaymath
2730 days ago
|
|
No, it's not false. Tutorial "best practice" guidance does not constitute a standard. JWT does not provide native revocation. Neither refreshes nor expiry constitute revocation. Revocation is an active state change, not a dead man's switch. |
|
The exp payload field is even specified in JWT's RFC along with the token rejection workflow.
https://tools.ietf.org/html/rfc7519
The same document also specifies the jti field which is the JWT's nonce.