How to retrieve refresh token using auth0/auth0-react

We found a solution ourselves. You can pass useRefreshTokens: true to the Auth0 provider and use a specific cache. I found the documentation here: https://auth0.github.io/auth0-react/interfaces/auth0_provider.auth0provideroptions.html. Then the package solves the rest for you automatically.

1 Like