I am actually using the angular2+ sample application only from
https://github.com/auth0-samples/auth0-angular-samples/tree/master/01-Login
Authentication works fine with one test account but throws an error “Invalid token - state
does not match” for other.
state is being passed correctly but what comes back from auth0 in callback is different compare to what is been stored in localStorage.
No code changes, Only difference is other account users “google login” and if that is the cause I am not sure how to fix it ?