Twitch OAuth Token

Authorization successful!

Your token is in the URL above. Look for access_token= in the address bar.

Steps:

  1. Look at the URL in your browser's address bar
  2. Find the part that says access_token=xxxxx
  3. Copy everything after access_token= (stop at & if there is one)
  4. Paste it into the terminal where you ran npm run generate-token

Example: If URL is http://localhost/#access_token=abc123&scope=..., copy abc123