When we switched to PHP 8.2, we started seeing the following PHP notices and warnings:
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /xyz/xyz/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/includes/vendor/firebase/php-jwt/src/JWT.php on line 139
Hi!
When we switched to PHP 8.2, we started seeing the following PHP notices and warnings:
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /xyz/xyz/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/includes/vendor/firebase/php-jwt/src/JWT.php on line 139
It looks like this was updated in Firebase PHP-JWT here in their 6.4.0 release: https://github.com/firebase/php-jwt/blob/main/src/JWT.php#L144.
When you have a chance, could you update this dependency in the plugin?
Thanks!