Releases: adhocore/php-jwt
Releases · adhocore/php-jwt
Version 0.0.4
add and use JWTException (still extends \InvalidArgumentException) so it likely wont break
Version 0.0.3
- refactor codebase
- support 'kid'
- add validator
- remove alias
generate()
andparse()
for favor orencode()
anddecode()
Version 0.0.2
Support RS*
algorithms for signing.
Update Usage
docs.
Add more tests.
Version 0.0.1
v0.0.1 Everything