JWT use case
JWT Sample File for Token Claim Preview and Validation
Validate JWT claim inspection, token preview, and auth-flow handling with real HS256, service-claims, expired, and invalid-signature JWT fixtures.
365 B
Manifest JSON
SHA256
Starter file
Download
jwt_hs256_access_token_sample.jwt
Checklist
Testing Steps
- Compare claim and header inspection behavior across HS256 access, service-claims, expired, and invalid-signature JWT files.
- Verify token naming, claim visibility, and file handling before changing JWT preview or validation behavior.
- Confirm JWT downloads preserve stable extension handling and tool-open expectations across clients.
Companion fixtures
Related Variants
Next steps