RyanBayne / TwitchPress

TwitchPress is a system of plugins that combines the power of Twitch.tv with WordPress
http://twitchpress.wordpress.com
GNU General Public License v3.0
12 stars 6 forks source link

Username v Twitch User ID #298

Open RyanBayne opened 6 years ago

RyanBayne commented 6 years ago

Twitch API version 5 introduced more use of the Twitch channel/user ID especially when usernames can now be changed.

We need to ensure that we are not allowing the user of usernames in the Twitch API Version 6 class where user ID can easily be obtained. The username should be treated like meta-data to the ID when it comes to storage.

Security should be kept in mind when reviewing how usernames may have been used in TwitchPress.