Colin Bounouar
Colin Bounouar
Hi, I would like this feature as well but it does not seems as straightforward. Would it be possible to mimic the behavior of aiohttp in order to also get...
Hello @blag , if this issue is the remaining blocker for a new release of python-jose, can you please tell a concrete test case you would expect? It would ease...
Hi @paul121 , This is indeed a bug, we should not make the client authentication mandatory. I would go for a breaking change as you said, meaning that the authentication...
Also another PR adding an authentication class for Drupal could be a nice addition if it makes your life easier :)
Hello @maxclaey , Thanks a lot for this pull request. I will try to find some time to dive into it. However I already have one question: As there is...
I do agree it would indeed be better in any case to avoid blocking the async queue when issuing authentication queries. My main concern here is that the test suite...
Just a heads up, I did not forget this, I just did not had time to properly work on this for now. I still plan to, thanks for your patience.
Hi @karolzlot , According to the provided documentation, I assume you are using [`httpx_auth.OAuth2AuthorizationCode`](https://github.com/Colin-b/httpx_auth#authorization-code-flow) ? The code needs to be retrieved locally, so what would be your use case for...
Indeed, if they don't allow http redirection, you will have an issue. Can you try changing [this line](https://github.com/Colin-b/httpx_auth/blob/f670fd92b10ed2bda390b119e0b2738c53f2031d/httpx_auth/authentication.py#L115) in your code to use the redirect URI they advise instead ?...
Yes error is to be expected for now as it requires a development to be able to fetch the code from the page. It appears the code is to be...