It should call the refresh endpoint on its own. If...
# support-questions
r
It should call the refresh endpoint on its own. If you are using
axios
, then make sure to add:
Copy code
import Session from "supertokens-auth-react/recipe/session";
Session.addAxiosInterceptors(axios);