twitchdev / extensions-boilerplate

Frontend only React based sample to get you started building quickly
Other
72 stars 31 forks source link

Add channel_id to the authentication class #12

Closed startsUp closed 3 years ago

startsUp commented 4 years ago

Noticed there wasn't a channel_id field being stored in the Authentication class while developing an extension on top of this boilerplate. I think it would be useful to add it to the boilerplate in case anyone needs to access it.