JWT is the abbreviation of JSON Web Tokens. It is currently the most popular cross-domain authentication solution. It is an open standard (RFC 7519) for securely transmitting information between parties in JSON objects.
JWT contains authentication information, please keep it properly! This site does not record and store your JWT information, all verification and debugging are performed on the client side!