Auth Token Validation Pack
Bundle of real JWT, HTTP, and certificate fixtures for token validation, expiry handling, signature checks, and auth middleware testing.
Best For
- Token signature, expiry, and claim validation across auth middleware.
- Replay of signed bearer-token requests using raw HTTP fixtures.
- Certificate-aware auth debugging when token and transport context need to be inspected together.
Included Fixtures
| Filename | Format | Size | Download |
|---|---|---|---|
| jwt_hs256_access_token_sample.jwt | JWT | 365 B | Download |
| jwt_expired_refresh_token_sample.jwt | JWT | 351 B | Download |
| jwt_service_claims_token_sample.jwt | JWT | 500 B | Download |
| jwt_invalid_signature_sample.jwt | JWT | 347 B | Download |
| http_signed_request_verification_sample.http | HTTP | 572 B | Download |
| pem_fullchain_server_bundle_sample.pem | PEM | 4.2 KB | Download |
Primary Fixture Matrix
Use the curated JWT matrix to move from this pack into the exact single-fixture variants behind it.
Primary Library
This pack is anchored to the JWT sample library and works best when paired with individual fixture downloads.
Open JWT Samples