So when the authorize endpoint is being called a fetch user script will be executed post login and it will receive all the userinfo of a user from my own database using my own custom endpoint.
but when i try to use the forceRefresh flag in auth0-react-native which will cause a successful exchange (sertft), but it will not update the user raw json cause the fetch user profile is only called post authorize.
is there is anyway to manipulate this using an action?
Notice that i use a custom social to make users login