We do not log tokens, all verification and debugging are done on the client side.
| Header | |
| Payload |
JWT is the abbreviation of JSON Web Tokens. It is currently the most popular cross-domain authentication solution and an open standard (RFC 7519) for securely transmitting information as JSON objects between parties.
JWT contains authentication information, please keep it safe! We do not log and store your JWT information, all verification and debugging are done on the client!