Hello A, I have the same problem, I have read the documentation of your plugin, and when I do it is the same as above.
code:
add_filter( ‘jwt_auth_whitelist’, function ( $endpoints ) {
return array(
‘/wp-json/bdpwr/v1/reset-password’,
‘/wp-json/bdpwr/v1/set-password’,
‘/wp-json/bdpwr/v1/validate-code’,
);
} );
error: {
“success”: false,
“statusCode”: 403,
“code”: “jwt_auth_no_auth_header”,
“message”: “Authorization header not found.”,
“data”: []
}