Colin Bounouar

Results 27 issues of Colin Bounouar

In case some might be already taken and application supports multiple redirection on localhost

enhancement

Such as providing connect_timeout / etc...

enhancement

And then package it as typed so that mypy can run checks on it?

Do we need to log from an except context, does it work in a finally ? Outside?

documentation

### Describe the bug As you can see in https://github.com/getsentry/responses/blob/b68e51388e08399a8828633910eac49d6fd35e2b/responses/__init__.py#L1067 responses, is modifying PreparedRequest instances to incorporate additional attributes. This is fine in the context of responses, this is not...

Right now, the auth code PKCE flow is using a code verifier generated when creating the authorization url. This is fine, however I want to be able to use another...

If `iat` is provided, but the value is `null` (or `None` once deserialized), a `TypeError` is raised instead of a `JWTClaimsError`. I think the following piece of code should handle...