An implementation of the JSON Web Token (JWT) draft in PHP.
JsonSerializable return type php 8.2 compatibility
JsonSerializable should not call json_encode() in Emarref\Jwt\Token\PropertyList->jsonSerialize()
Tests failing due to PHPUnit version
Documentation and code is incorrectly stating that encryption is being used.
json_encode method should use unescaped slashes
[Doc] Documentation differs with real execution