php-jwt
php-jwt copied to clipboard
Need ability to set flags on json_encode()
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, so that JSON_NUMERIC_CHECK can be added if needed.