Florent Morselli
Florent Morselli
Will be available in 3.1.0
@lordrhodos tha’s right. Broadly speaking, the `state` parameter is should be part of any response (success or failure) from the authorization endpoint. This is true for all response types ;...
😬 I should verify the test vectors at the same time.
I cannot reproduce this issue. The secret shall be the concatenation of the public and private keys otherwise the following exception is thrown: > PHP Fatal error: Uncaught SodiumException: sodium_crypto_sign_detached():...
Correct. I will fix this issue ASAP
Hi, This should be fixed in 3.1.1.
By the way, many thanks for supporting me 👍🏽 . I really² appreciate 😍
Hi, The `Easy` component was removed in v3.0 See https://web-token.spomky-labs.com/migration-1/from-v1.x-to-v2.0-1#list-of-deprecations There is no replacement for the moment.
Actually, the v3.0 is quite boring: it is just the v2.x minus deprecated features plus dependency updates. It should be possible to use the same classes with a limited number...
Hi, The key is correctly identified as a PKCS#8 key by https://github.com/web-token/jwt-framework/blob/68fda8c391e75c4d2fb07476292a6114c2fb2fb6/src/Component/KeyManagement/KeyConverter/ECKey.php#L66-L68 But I missed something when dealing with the extracted data. I will patch this