Hi @chris_b,
You can use the cacheLocation: 'localstorage'
setting. This setting is storing the refresh token in localstorage, which is different from storing an access token in localstorage.
There’s more info on the subject here: Can I save Refresh Token into localStorage if `Refresh Token Rotation` is enabled? - #3 by dan.woda