expired
An expired token (exp in the past)
A correctly signed token whose exp claim is in the past. A service that accepts it is not checking expiry, so any leaked token works forever.
REJECT
Your service should reject this one.
Stated as the outcome to assert against, so a suite compares with this rather than hardcoding a result and getting it backwards.
Signed correctly, but the exp claim is in the past. If your app accepts it, it is not checking expiry - so any token that leaks works forever.
Provenance
- Kind
- normativeA specification clause requires this. Failing it is non-conformance, not opinion.
- Source
- built-in
- Clause
- RFC 7519 §4.1.4
- CVE
- none
- Weakness
- none
Test keys only. Nothing here is a statement about any particular service: the expected outcome above is what an application ought to do, not evidence that yours does.