Colin-b / httpx_auth

Authentication classes to be used with httpx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would it be possible to add support for AWS?

martinka opened this issue · comments

I am looking at using httpx and I like what you have done to add support for authentication to it here. I was wondering if you would be open to me working on and submitting a PR to add aws4auth?

Yes of course go ahead !

One follow up.. its pretty involved... not quite as bad as OAuth but not nothing. do you want me to put it all in the authentication.py or should I split it out into its own file. Or keep a minimal Class in the authentication file and put "helper functions" in a separate file?