Zachary Trabookis

Results 3 comments of Zachary Trabookis

I was able to successfully use this JWT plugin (https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/) and update the custom acf fields using the _"fields"_ value. Located the JWT token by issuing http://ew-localhost.com/wp-json/jwt-auth/v1/token POST content-type: application/json;...

@killua99 I'm using the JWT token authentication instead of Basic Authentication (Wordpress user/pass) to authenticate a different way with the WP V2 REST API. You don't have to use the...

@netsenior The documentation for ACF says to use "acf" setting but if you look up at my example here https://github.com/airesvsg/acf-to-rest-api/issues/196#issuecomment-430637497 you'll see that I'm using "fields" instead. Change that name...