friday-ai / friday

Friday is your open-source home automation assistant.
MIT License
1 stars 1 forks source link

Back: Fix some authentication problems with websocket server #96

Closed MathieuAndrade closed 10 months ago

MathieuAndrade commented 10 months ago

Also needs a complete rewrite of websocket server management. Currently, complet payload was send to clients, with acces token and user id, on every message. It's not what we want

(Do not forget tests)