📜  jwt 令牌安全问题 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:33.529000             🧑  作者: Mango

代码示例1
Other JWT security issues
Since JSON web tokens are used for access control, they often contain information about the user. If the token is not encrypted, anyone can base64 decode the token and read the token's payload. So if the token contains sensitive information, it might become a source of information leaks.