










The react-native-auth0 SDK’s web platform implementation does not scope its in-memory token cache to individual user sessions when operating in a server-side rendering (SSR) environment where module state persists across HTTP requests. Under the listed preconditions, tokens cached in module memory can be retrieved across subsequent requests processed by the same server runtime.
Customers running react-native-auth0 version 5.0.0 through 5.11.0 are affected.
This applies if the following preconditions are present:
The application uses the react-native-auth0 SDK on the web platform,
The application runs in a Node.js SSR environment,
The SDK is explicitly configured with useDPoP: false, overriding the default DPoP-enabled behavior,
Multiple users authenticate through the same server process.
Upgrade auth0/react-native-auth0 to version 5.11.1 or greater
Improper Cache Isolation in auth0/react-native-auth0 SDK Web Platform Credential Management
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。