Timo Schinkel

Results 3 issues of Timo Schinkel

I was looking at the dependency graph of some of my applications and I noticed I was mostly depending on `psr/simple-cache:^1.0`. I knew about the introduction of version 2.0.0 and...

The value for `\Jumbojett\OpenIDConnectClient::$leeway` is fixated to 300 seconds. Although exposed outwards using `\Jumbojett\OpenIDConnectClient::getLeeway()` there is no way to manipulate the value for leeway. Is this deliberate? We are in...

It is good practice to specify what JWT signature algorithms are allowed: https://curity.io/resources/learn/jwt-best-practices/#10-how-to-work-with-the-signature Within the OpenID Connect autodiscovery document there is a property called `id_token_signing_alg_values_supported` that contains a list of...