Skip to content

TomKucera/authentication-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 50.3%
  • PHP 21.3%
  • JavaScript 13.2%
  • Ruby 9.2%
  • HTML 6.0%