从令牌解码后的用户数据存储在哪里?

Where is the user data stored after decoding it from the token?

从token解码后的用户数据存储在哪里?我正在使用 react ,Jwt 令牌存储在 local-storage 中。

由于安全问题,数据存储在状态中而不是本地存储中。