Tomas Votava

Results 27 comments of Tomas Votava

Same here, Python 3.9-slim and 3.10-slim docker images, sample code: ```python from dateparser import parse parse("7 days ago") ``` Output: ```text Traceback (most recent call last): File "", line 1,...

The response convertor is a callable accepting the response content (most probably a dictionary) and returning `OpenID` object. If your userinfo endpoint returns something like this: ```json { "id": 1,...

Closed the issue by mistake, sorry. It's open again. Let me know if I can close it.

Hi @mluogh and thanks for you PR, however, I believe it's now quite correct - `verify_and_process` does not accept `redirect_uri`. Also, you are passing it the callback uri from within...

Well, would you believe how little I know my own package? You are right, but this only applies after you had already passed the same `redirect_uri` to the `get_login_redirect` method....

It would be awesome if you could do this ❤️ Could you please also wait for #60? I'll merge it in a minute, I'd like the new PR to be...

Hi @parfeniukink, thanks! From the first read I'd say it's very nice, although I am not a huge fan of the `infrastructure` subpackage name. I'll have another look, preferably tomorrow...

@developer992 Hi and thanks for both the question and the solution! I am sorry I didn't have the time to come up with it before you did. It's actually a...

Hi @antonionieto! Thanks for posting this, this seems like a pickle, it's weird that it's working for you locally. Could you please also attach the traceback? It would be cool...

Thanks for the traceback! `httpx` uses a default timeout of 5 seconds to wait for the socket to connect, I cannot imagine why it would take longer than that, but...