nicklaw5 / helix

A Twitch Helix API client written in Go.
MIT License
243 stars 88 forks source link

Support for OIDC Auth #27

Open jackmcguire1 opened 5 years ago

jackmcguire1 commented 5 years ago

Twitch Supports OIDC Authorization with custom claims https://dev.twitch.tv/docs/authentication/getting-tokens-oidc/

It would be nice to support the OIDC auth method.

I suggest to implement https://github.com/coreos/go-oidc, to instead do :

MISC:

jackmcguire1 commented 3 years ago

https://github.com/nicklaw5/helix/pull/118