JWT use case
JWT voorbeeldbestand voor Expiry and Signature Failure Review
Exercise JWT expiry review, signature-failure handling, and auth-debug handoff with real expired and invalid-signature JWT fixtures.
351 B
Manifest JSON
SHA256
Starter file
Download
jwt_expired_refresh_token_sample.jwt
Checklist
Testing Steps
- Compare expired and invalid-signature JWT files in the same validation and review flow.
- Validate claim handling, file naming, and downstream debug handoff before adjusting JWT delivery or tooling.
- Check whether auth-debug JWT fixtures remain stable across browser downloads and token-review workflows.
Companion fixtures
Related Variants
Next steps