seitime-frappe/realtime
Ankush Menat 11ea7e4179 feat: socketio using authorization headers
Earlier socketio only worked in browser where browser would send cookie
(cause same domain) and hence socketio server used it to auth
connection.

This however is limited and doesn't allow simply creating socket
connection from apps.

Authorization headers on other hand are simple to implement.
2024-02-11 16:16:34 +05:30
..
handlers feat: socketio using authorization headers 2024-02-11 16:16:34 +05:30
middlewares feat: socketio using authorization headers 2024-02-11 16:16:34 +05:30
index.js fix: clean up socketio dynamic namespaces 2023-07-29 20:35:59 +05:30
utils.js feat: socketio using authorization headers 2024-02-11 16:16:34 +05:30