react_jwt_auth icon indicating copy to clipboard operation
react_jwt_auth copied to clipboard

How to handle anonymous users like one we use in mongodb

Open zubair999 opened this issue 1 year ago • 0 comments

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

zubair999 avatar May 06 '23 12:05 zubair999