Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 React 项目中使用存储在 cookie 中的 JWT。问题是我应该在需要来自 JWT 的信息的所有组件中对其进行解码,或者解码一次并将最常见的数据存储在存储中?