Fixturematrix voor JWT-tokens

Kies JWT-fixtures voor claiminspectie, handtekeningcontrole, verval en auth-debugging.

4 Fixture-rijen
3 Hoe je deze matrix gebruikt
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Hoe je deze matrix gebruikt

Coverage

  • Dekt geldige tokens, verlopen tokens, nested claims en ongeldige signatures.
  • Nuttig voor auth-middleware, gateways en verificatie van signed requests.
  • Ondersteund door token- en signed-requestpacks.
Fixture-rijen

Available Variants

Variant Profile Testfocus File Size Download
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
.jwt SHA256 210386f5a7b4...
365 B Download
Expired Refresh JWT
Useful for token lifetime checks and refresh-path rejection logic.
Expired token Expiry handling jwt_expired_refresh_token_sample.jwt
.jwt SHA256 11af1edda374...
351 B Download
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
.jwt SHA256 ed5020bec3c7...
500 B Download
Invalid Signature JWT
Use when you need a structurally correct token that fails signature verification.
Broken token Signature failure jwt_invalid_signature_sample.jwt
.jwt SHA256 2ac8f2d916db...
347 B Download
Gerelateerde strategische pagina's

Related Packs and Workflows

Gerelateerde packs

Fixturepack voor validatie van auth-tokens

Pack met JWT-, HTTP-, PEM- en CRT-fixtures voor tokenverificatie, claiminspectie en auth-debugging.

auth_token_validation_fixture_pack.zip · 5.3 KB

Fixturepack voor inspectie van ondertekende requests

Pack met echte JWT-, COOKIE-, HTTP-, cURL-, PEM- en CRT-fixtures voor verificatie van ondertekende requests en beveiligde verkeersanalyse.

signed_request_inspection_fixture_pack.zip · 6.5 KB

Gerelateerde workflows

Fixtures voor tokenvalidatie

JWT-, HTTP- en certificaatfixtures voor handtekeningcontrole, verval, claiminspectie en debug van auth-middleware.

Open werkstroom

Fixtures voor verificatie van ondertekende requests

JWT-, HTTP-, cURL-, PEM- en CRT-fixtures voor handtekeningcontrole, requestnormalisatie en validatie van beveiligde verzoeken.

Open werkstroom