tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 217 forks source link

Security defaults to OFF #394

Closed Meerkov closed 4 years ago

Meerkov commented 4 years ago

Actual behaviour: The default connection is unencrypted. Tokens can be sniffed by malicious network attackers, patrons at Starbucks, the NSA, etc.

Expected behaviour: The default connection is secure. Users are sending their authorization tokens unencrypted which is insecure by default. Please fix.