Get refresh_token using auth0 react

hey there @lm2000!

getAccessTokenSilently is described here - Are you meeting all the requirements listed? Are you including the offline_access scope in the initial authorize request? You can configure the SDK to do this for you.

The following topics may be useful as well:

Hope this helps!