JWT-Token-Fixture-Matrix
Waehlen Sie JWT-Fixtures fuer gueltige Access-Tokens, abgelaufene Refresh-Tokens, verschachtelte Service-Claims und Debugging ungueltiger Signaturen.
4
Fixture-Zeilen
3
So verwenden Sie diese Matrix
Use the matrix when the validation target is a set of variants rather than one canonical sample.
So verwenden Sie diese Matrix
Coverage
- Trennt gueltige, abgelaufene, verschachtelte und signaturfehlerhafte Tokenfaelle.
- Nutzlich fuer Auth-Middleware, API-Gateways und Token-Inspektionswerkzeuge.
- Verankert in Auth-Token- und Signed-Request-Packs.
Fixture-Zeilen
Available Variants
| Variante | Profil | Testfokus | Datei | Groesse | Herunterladen |
|---|---|---|---|---|---|
|
HS256 Access JWT
Good baseline for middleware and authz checks against a current signed access token.
|
Valid access token | Claim and signature validation |
jwt_hs256_access_token_sample.jwt
|
365 B | Herunterladen |
|
Expired Refresh JWT
Useful for token lifetime checks and refresh-path rejection logic.
|
Expired token | Expiry handling |
jwt_expired_refresh_token_sample.jwt
|
351 B | Herunterladen |
|
Service Claims JWT
Targets worker/service auth flows with nested claims and permissions.
|
Nested claims token | Role and nested-claim parsing |
jwt_service_claims_token_sample.jwt
|
500 B | Herunterladen |
|
Invalid Signature JWT
Use when you need a structurally correct token that fails signature verification.
|
Broken token | Signature failure |
jwt_invalid_signature_sample.jwt
|
347 B | Herunterladen |
Verwandte Strategie-Seiten