Louis-Arnaud
Louis-Arnaud
As explained [here](https://github.com/lcobucci/jwt/issues/1065): should show examples: Ex `` JWT_SECRET_KEY=file:///app/config/jwt/private.pem JWT_PUBLIC_KEY=file:///app/config/jwt/public.pem ```
In this file src/Signer/OpenSSL.php, at the validationProcess : `return $this->validateKey(openssl_pkey_get_private($pem, $passphrase)); // also for the openssl_pkey_get_public` We should add in the documentation that the $pem have to be like this:...
First of all, I'd like to thank you for your work on this repository and your efforts in maintaining the certification question set. I wanted to let you know that...
First of all, I'd like to thank you for your work on this repository and your efforts in maintaining the certification question set. I wanted to let you know that...