astaszew / authentication-samples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
  3. Ruby - A simple Ruby Sinatra web application illustrating how to authenticate Twitch API calls using the OAuth authorization code flow.
  4. Go - Three simple Go web applications illustrating how to authenticate Twitch API calls using the OAuth client credentials flow, OAuth authorization code flow, and OIDC authorization code flow.

About

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

License:Apache License 2.0


Languages

Language:Go 50.3%Language:PHP 21.3%Language:JavaScript 13.2%Language:Ruby 9.2%Language:HTML 6.0%