bjerkio/oidc-react

Add a check that `oidc.{state}` exists in localStorage.

AlexanderKositsyn opened this issue · 4 comments

Redirect to localhost/?state=123&code=... with no oidc.123 in localStorage couses error Error: No matching state found in storage

if (hasCodeInUrl(location)) {

Got same issue, +1

+1