aiohttp-security
aiohttp-security copied to clipboard
Forgetting all sessions for a certain identity
Hello,
Clearing the current session (e.g. on logout) is possible using forget
. Is there also a way to clear all the other sessions of the same user/identity at the same time? (e.g. logging out a user in all browsers at once)
Thanks, Victor