frankie567 / httpx-oauth

Async OAuth client using HTTPX
https://frankie567.github.io/httpx-oauth/
MIT License
140 stars 48 forks source link

Add OAuth 2.0 client for Twitch #298

Closed angelospanag closed 5 days ago

angelospanag commented 1 year ago

Added OAuth 2.0 client for Twitch along with tests and updated the examples in the Provided clients section of the documentation.

Phifo commented 1 year ago

I just implemented my own twitch oauth client because I didn't realize the existence of this PR. Now I can confirm my implementation was in the right direction, it's very similar to this. Thank you!