frankie567 / httpx-oauth

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

microsoft not shown in the docs, but appears to be supported... #316

Open jgunstone opened 7 months ago

jgunstone commented 7 months ago

Just flagging - I was reviewing the docs and was disappointed to see there was no Microsoft integration... https://github.com/frankie567/httpx-oauth/blob/master/docs/oauth2.md

but then reviewing the code it looks like it is supported ? https://github.com/frankie567/httpx-oauth/blob/master/httpx_oauth/clients/microsoft.py

cheers

frankie567 commented 6 months ago

Indeed, that's a miss 😅 PR welcome to add it!