Chiang Fong Lee
Chiang Fong Lee
I'm not entirely sure if it's related yet, but I just spotted some similar in `str.rfind()`: ``` Observed output: rfind() missing 1 required positional argument: 'item' Expected output: rfind() takes...
Refs: #653 To do a 100% match, the magic methods would need to return `NotImplemented` instead of delegating to the reverse operand methods, and the logic to handle whether to...
This is a very interesting idea. Interfaces certain seem like they could be very useful, as long as we can contain and prevent them from exploding in number with some...
There is [an additional case](https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types) at the start: > If the right operand’s type is a subclass of the left operand’s type and that subclass provides the reflected method for...
@mygitplace is this issue resolved by #200?
I have a proposed patch but I am not submitting it as a PR yet, as I am still working on getting it tested with a Corppass relying party, and...
@muhammadnizami Could you confirm if that cited line is an error or a warning? This report seems similar to #654, and the issue reporter there said that that it was...
> From some folks' testing against Corppass staging, they report that they receive a different u value for the same UIN logging into a different UEN to the same Corppass...
But either way, yes, it probably makes sense to provide an static key that works with ES256 for the convenience of users not running mockpass with their own JWKS endpoint
Corppass Authorization API Reference v1.3 section 5.1.2.1 states that the client assertion JWT claims must have `aud` as follows: > The recipient that the JWT is intended for. This must...