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
Post a Comment