Since the update I have problems with the validation of the JWT token.
In class-auth.php when apply filter "jwt_auth_extra_token_check" in line 391, i have a payload with
object(stdClass)#897 (1) { [ "user" ]=> object(stdClass)#896 (1) { [ "id" ]=> int(35) } }
And so, i don't have "$payload->data->user->pass" in file "class-devices.php" line 99.
Hello,
Since the update I have problems with the validation of the JWT token.
In class-auth.php when apply filter "jwt_auth_extra_token_check" in line 391, i have a payload with
object(stdClass)#897 (1) { [ "user" ]=> object(stdClass)#896 (1) { [ "id" ]=> int(35) } }
And so, i don't have "$payload->data->user->pass" in file "class-devices.php" line 99.
do you have any advice to solve my problem?