Bruno Penteado
Results
2
issues of
Bruno Penteado
This allows to implement nice things! An example: Implement an adaptative rate limiting from outside de library, enabling algorithms like: 1. start with a small ratelimiting value 2. periodically increase...
When dealing with openid ax atrributes, the consumer.py has a `SuccessResponse.getSignedNS` that returns the signed attributes or `None` is any of the signed attributes are not signed ([link](https://github.com/openid/python-openid/blob/master/openid/consumer/consumer.py#L1785)). IMO this...