Hey! I'm working on a task on our chatbot. The problem: Let... #97274
Labels
platform-cop-backend
for Platform CoP Backend
Platform-Support-Ticket
Slack Support Channel Tickets
platform-tech-team-support
for Platform Tech Support Matrix Team
Submitted By: samreen.zarroug
Topic: Something Else
Team: Tier 1 Support
Hey! I'm working on a task on our chatbot.
The problem: Let's say we have a user log in on on the website (browser tab 1) then they go to another tab (browser tab 2) and log out. Currently our chatbot on browser tab 1 does not recognize that the user is no longer authenticated unless the user refreshes the page so when it does any authenticated request, it fails because it will have outdated credentials and won't know to request the user sign in again.
The question: Is there any way to either figure out that the user is no longer signed in given their current api session/csrftoken or something either in vets-website or vets-api?
The text was updated successfully, but these errors were encountered: