pysnippet / fastapi-oauth2

Easy to integrate OAuth2 authentication with support for several identity providers.
https://docs.pysnippet.org/fastapi-oauth2
MIT License
49 stars 7 forks source link

GH-37: Fix `invalid_client` KOE010 issue #39

Closed ArtyomVancyan closed 4 months ago

ArtyomVancyan commented 4 months ago

Motivation:

This PR fixes the #37 issue reported by @kkh-147-17-3. A few OAuth providers require client_secret on the /token endpoint, and httpx.AsyncClient basic auth does not provide it appropriately.

All Submissions:

Changes to Core Features: