Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 531 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 531 Bytes

authentication-samples

This repository contains samples illustrating how to authenticate against the Twitch API.

  1. PHP - A simple PHP application illustrating how to authenticate Twitch API calls using the OAuth authorization code flow.
  2. Node.js - A simple Node.js Express web application illustrating how to authenticate Twitch API calls using the OAuth authorization code flow.