frankie567 / httpx-oauth

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

Support Apple provider #326

Open fullonic opened 1 month ago

fullonic commented 1 month ago

Hello,

I have been using this library for a while and I missing the Apple Provider. There is any reason why is not included? For example, compared with Google, Apple uses POST instead of GET for the redirect-callback. Is this an issue? Too many changes in the current implementation?

Thanks