elastic-coders / pushpull

Websocket to rabbitmq gateway
MIT License
3 stars 3 forks source link

periodically check authorization for an open websocket #4

Closed mpaolini closed 7 years ago

mpaolini commented 7 years ago

currently authorization is only ever checked on connect.

If a user logs out or his account is suspended, we don't want his websockets to live past him

somehow related to #3