Currently things don't go smoothly when a CSRF token is invalid, or when a refresh token is outdated (i.e. no longer able to refresh).
We should make the server delete the session and CSRF cookies if they are invalid, and in the response tell the axios interceptor to refresh the page
Currently things don't go smoothly when a CSRF token is invalid, or when a refresh token is outdated (i.e. no longer able to refresh).
We should make the server delete the session and CSRF cookies if they are invalid, and in the response tell the axios interceptor to refresh the page