Skip to content

MtheBot_ V1.0.1

Compare
Choose a tag to compare
@mitchwadair mitchwadair released this 16 May 20:03
· 274 commits to master since this release
d1869c6

Changes

  • Require Auth header from API request to private APIs
    • Should include Bearer token received from Twitch auth

Additions

  • Session pooling
    • due to change above, auth requires call to Twitch API to verify identity of callee in private API requests
    • keeps performance good by pooling sessions and requiring re-verification after 5 minutes of inactivity
  • Contact API
    • Users may send a request to this API to send an email to the Bot host
    • Utilizes gmail credentials with nodemailer

Removals

  • origin checks, as they were not the right way to verify access to private API