JWT Structure Validator
Fast JWT structure validation with header and claim extraction (signature verification not included). ## Features - Validate JWT structure (3 Base64URL-encoded parts separated by dots) - Decode and parse header JSON - Decode and parse payload JSON - Extract algorithm (alg) and type (typ) - Count claims in payload - Validate Base64URL encoding ## Structure - Header: algorithm and token type -…
JWT Structure Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
validate-jwt / |
Validates and parses a JWT token structure. |
JWT Structure Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|