angular-auth-oidc-client
angular-auth-oidc-client copied to clipboard
[Question]: The deep dive workings of logoffLocalMultiple()
What Version of the library are you using? 14.1.5
Question
A question regarding the logoffLocalMultiple(), If a user is logged-in and lets say they have 3 tabs, all logged-in. When the user logs out using the logoffLocalMultiple() on one tab, what happens to the other two tabs that are still logged-in?
I plan to send a postMessage so that when, if any of the tabs have called the logout, it will log out all of them.
Regards, -Fritz