Plamen Petrov
Plamen Petrov
FYI I hit it the exception this way using: JMSSerializerBundle + Doctrine Table Inheritance and if you name the doctrine's discriminator-column = "discriminator" :) U'll hit the same exception In...
Confirmed ES256, ES384 .. not signed as described in RFC-7518. I just realized the same issue with another PHP lib ... test case: 1. create private & public key with...
Not sure what you mean by PR (Pull Request?) but this is my composer row "require": { "namshi/jose": "^7.1" } Fixed the issue by adding "phpseclib/phpseclib": "^2.0" to require. ```...