Honestly, `httpx` + `authlib` is my go-to combo for this.
It’s not *exactly* a python wrapper to add auth to httpclient, but it’s close enough and way cleaner than rolling your own.
Supports OAuth 2.0 like a champ.
It’s not *exactly* a python wrapper to add auth to httpclient, but it’s close enough and way cleaner than rolling your own.
Supports OAuth 2.0 like a champ.
