In some business cases, users only wish to query account information through JWT, but they do not want this JWT to also have the capability to perform transactions. This is because it would significantly increase the security requirements for storing the JWT. Therefore, a readonly JWT is very meaningful.
In some business cases, users only wish to query account information through JWT, but they do not want this JWT to also have the capability to perform transactions. This is because it would significantly increase the security requirements for storing the JWT. Therefore, a readonly JWT is very meaningful.