Releases: Strobotti/php-jwk
Releases · Strobotti/php-jwk
v1.4.4
v1.4.3
v1.4.2
v1.4.1
Update phpseclib 2 to 3 and require php >= 7.3
- phpseclib is updated from 2 to 3
- min. php version is now 7.3
Looping through keys
This release makes it possible to iterate over KeySet
, and of course count
one too.
KeySet
now implements\IteratorAggregate
KeySet
now implements\Countable
To Packagist and beyond!
- Add setters for KeyInterface and implementing classes
- Fix composer.json according to schema for publishing in Packagist
- Add check for composer.json validity to Travis config
- Add check for php-cs-fixer to Travis config
KeySet more standard compliant
This version makes the KeySet not to index by kid
any more as it is not required field nor unique on it's own, but in combination with the use
field.
Optional parameter for use
added for checking and fetching keys.
First release
This release fully supports building JSON Web Keys (JWK) from RSA PEMs, building JSON Web Keysets (JWKS) from JWKs and the other way around. Both keys and keysets can be converted to and from JSON for immediate use.
Only RSA is supported and PHP 7.2 or greater is required.