Authorizing a page with twitch

Documentation is here

User/OIDC/Implcit auth examples here

TLDR:

  1. make a link,
  2. Send user to link
  3. User accepts authorization
  4. User comes back with a code
  5. exchange code for token
  6. use token against users API

You’d using something like the user_access_generator from my github