twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

Twitch.js Authentication Manager

Welcome to the documentation of the Authentication module of Twitch.js, a library for NodeJS and the browser that aims to provide an easy interface to all of Twitch's programmatically available features.

Please feel free to browse the menu on the left to get started with the library and to check out all the different available classes.

Installation

To add Twitch.js and the WebHook listener to your project, just execute:

yarn add twitch-auth

or using npm:

npm install twitch-auth

Setting up authentication

You can choose between different ways to authenticate:

  • To only ever use a single token determined at instantiation time, check out Using a fixed token.
  • If you want to run something more long-term, you may be interested in auto-refreshing tokens.
  • If you run an application that doesn't need user-specific data, you can use app tokens.
  • If you are building an Electron app, you can use our premade Electron auth provider.
  • If you have special requirements, you can write your own provider by following the AuthProvider interface.

If you're getting stuck...

You can join the Discord Server for support.