'Destroy express session of user 2 when the user 1 does an action on the client side UI
I am working on a web app. When 2 users browse an identical URL with paths, they share an access token which I am storing in the expression session and in the Firestore to share between the users. I want to destroy the session of the user 2 when the user 1 decides to expire or delete the access token. I am looking to find a solutions for this. My web app is hosted on Firebase and I have Firestore, Express app, Expression sessions used in my application.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
