Php Jwt Versions Save

Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.2. This library makes JWT a cheese. It is a minimal JWT integration for PHP.

v0.0.4

5 years ago

add and use JWTException (still extends \InvalidArgumentException) so it likely wont break

v0.0.3

5 years ago
  • refactor codebase
  • support 'kid'
  • add validator
  • remove alias generate() and parse() for favor or encode() and decode()

v0.0.2

7 years ago

Support RS* algorithms for signing. Update Usage docs. Add more tests.

v0.0.1

7 years ago