jaeyun0503 commented on issue #3738: URL: https://github.com/apache/texera/issues/3738#issuecomment-3354140858
@Sentiaus @chenlica We had an internal discussion today on this issue and we wanted to discuss two things: clearing/reloading cache on logouts and handling 401 requests. The design that we chose to do is using the Angular Interceptor to solve these issues. For next steps we are going to investigate the behaviors of requests' authorization headers and caches. We want to make sure that the design is clear before the actual development. ## Questions to answer: 1. Do all pages have at least one request which requires an Authorization header? 2. Does window.location.reload(true) fully reset cache? If not, how should we do it? We are investigating on these two questions and once we have answers to these questions, we would be able to move on to the next step. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
