Adding auth flow to authenticate people with twitch.
The intention here is not to save a OAuth token with twitch for later use. We are ONLY using the email read permission to validate the user's email address and save it to the database to identify their saved resources. The OAuth token in this code should NOT be used to make other twitch requests.
Adding auth flow to authenticate people with twitch.
The intention here is not to save a OAuth token with twitch for later use. We are ONLY using the email read permission to validate the user's email address and save it to the database to identify their saved resources. The OAuth token in this code should NOT be used to make other twitch requests.