react_jwt_auth
react_jwt_auth copied to clipboard
How to handle anonymous users like one we use in mongodb
I am having an app using mongodb anonymous login, when site first load anonymous user is successfull but at that time no refresh token is there making the refresh token request fail hence no data loads, but when we refresh the page data loads immediately, so my question is how to mount the component load again, I tried so many things but still no success