vinodrms / unit_list

0 stars 0 forks source link

Fix WebSockets authentication #97

Open vinodrms opened 5 years ago

vinodrms commented 5 years ago

Why

Follow up to #5. After OAuth implementation web sockets communication does not work any more because the current implementation of the web sockets client does not handle token authentication.

What

Notes

In order to validate the configuration make an e2e test by generating a notification on the server an check that the message is properly displayed in the browser.