#946969 ITP: python-aiohttp-session-ws -- associate websockets with user’s session

#946969#5
Date:
2019-12-18 16:20:06 UTC
From:
To:
* Package name    : python-aiohttp-session-ws
   Version         : 1.1.1
   Upstream Author : Devin Fee <devin@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.