Add a check that `oidc.{state}` exists in localStorage.
AlexanderKositsyn opened this issue · 4 comments
AlexanderKositsyn commented
Redirect to localhost/?state=123&code=...
with no oidc.123
in localStorage couses error Error: No matching state found in storage
oidc-react/src/AuthContext.tsx
Line 115 in f20f928
flcarre commented
Got same issue, +1
shtbik commented
+1