JWT shape
What this is
Most JWS start with eyJ because {" is the start of JSON header. This is a sniff, not a parser. Paste the token into /jwt to inspect claims.
/eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+/gAuthorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0In0.sig
FAQ
- JWE?
- Encrypted tokens have five segments. This pattern is JWS-only.