Refresh token - Allow silent authentication

Hi @adrian_gd

Using refresh tokens in your SPA should allow the app to request new tokens without prompting the user to log in.

Are you successfully returned a refresh token when the user logs in? You should be able to inspect the app and see a refresh token returned from the request to the /token endpoint.

Are you seeing any errors in your Auth0 logs?