php-jwt
php-jwt copied to clipboard
PHP package for JWT
It's not an issue, but I need some help with my case. I guess there should be a reason for this, but why RSA private keys are not supported? What...
Adding a code for each exception will allow us to translate the exception messages and also offer a simple way to find what exception is thrown. [Issue-455](https://github.com/firebase/php-jwt/issues/455)
Hello! In the README.md and composer.json the project somewhat vaguely states it's a JWT library that conforms to RFC 7519. To be precise, the project only supports JWT payloads inside...
Firebase\JWT::jsonEncode() automatically converts all values to strings. But some JWT converters expect the 'exp' and 'iat' values to be integers. Need the ability to apply flags to the json_encode() call,...
This is not an issue, but it is more of an enhancement. I would like to be able to translate the exception messages, and currently, there is not an easy...
The two parameters must be numeric according to RFC. With newer PHP versions, if a token has expired, the exception will additionally throw an own exception if the parameter is...
_I suggest to NOT post how you store your tokens. Dont give hints out in the public._ _This post here is more to bring attention to this topic, so ppl...
Seemed like it was only a factor in Firebase\JWT\CachedKeySetTest. Could consider extending PHPUnit\Framework\TestCase to add the trait if plan on using the lib elsewhere.
Hi, Basically I have a use case where I would like to verify JWKs where the signature might be either one of a collection of ES256 keys (ECDSA), or a...