JWT Debugger- Basic Version

This is JWT (JSON Web Token) debugger basic version where if you enter a correct JWT, debugging will be performed and header, payload & signature data is displayed. All operations are done at client side only.


HEADER: Algorithm & Token Type
{ "alg": "HS256", "typ": "JWT" }
PAYLOAD: Data
{ "sub": "1234567890", "name": "Kumar Gaurav", "iat": 1516239022 }
SIGNATURE
sNKLqSVJces_BwPM2ujoMZC7ZwKlMJRKiBsr53ROH7w

Comments

Popular posts from this blog

Oracle SOA Suite- Implementing Email Notification

Oracle SOA Suite 12c- PKIX path building failed & unable to find valid certification path to requested target

Migration of Oracle SOA Suite Composite from 11g to 12c