React with Auth0 SPA looses login after refresh

Hi @marcopeg Welcome to Auth0 Community

That is correct. I just tested this with a fresh install and page reload keeps the user logged in. Can you tell us what browser and version you are testing this with? If you can post a HAR file (remember to remove all confidential things like user email/pwd) or post a screen shot of your network traffic via chrome devtools network tab? Essentially you should be seeing /authorize call with prompt=none param and subsdquent websocket and /oauth/token calls that refreshes the tokens for logged in user via silent login.

1 Like