Package: wnpp Severity: wishlist * Package name : python-aiohttp-session-ws Version : 1.1.1 Upstream Author : Devin Fee <de...@devinfee.com> * URL : https://pypi.org/project/aiohttp-session-ws/ * License : MIT Programming Lang: Python Description : associate websockets with user’s session
Simply put: associate your websockets with a user’s session, and close those connections when you see fit. For example, let’s say you’re using aiohttp_security and a user chooses to log in or log out. Using aiohttp_session_ws you can disconnect the open websocket subscriptions associated with their session, and force them to re-connect and re-authorize thier websocket subscriptions. The package will be maintained within the DPMT.