edouardflowasia
Forum Replies Created
-
Forum: Plugins
In reply to: [JWT Authentication for WP REST API] Error 401 rest_not_logged_inGood to know i am not the only one to have this issue. I am surprised the plugin dev didn’t give us an answer yet.
Forum: Plugins
In reply to: [JWT Authentication for WP REST API] Error 401 rest_not_logged_inIndeed it seems to work with 1.3.0.
Hopefully this can be fixed for new version.
Thanks for your help !
- This reply was modified 2 years, 4 months ago by edouardflowasia.
Forum: Plugins
In reply to: [JWT Authentication for WP REST API] Error 401 rest_not_logged_inQuick update here, i figured out the issue but i don’t have a solution yet.
The problem is with Cookie header that is automatically added when using POSTMAN. If I use CURL everything works fine.
If i set and empty cookie instead, it works perfectly. I am now trying to figure out how to handle this cookie
Forum: Plugins
In reply to: [JWT Authentication for WP REST API] Error 401 rest_not_logged_inI’ve been investigating for 2 days but still haven’t found a solution.
I am suspecting the issue to be LiteSpeed not interpreting correctly htaccess.
Forum: Plugins
In reply to: [JWT Authentication for WP REST API] Nextend Social LoginI am using this plugin to get token with Google and Facebook login:
https://alfiopiccione.com/prodotto/rest-api-social-login/Forum: Plugins
In reply to: [JWT Auth - WordPress JSON Web Token Authentication] Token is obsoleteSame issue after updating. Is there an update coming to fix this ?
Hi there,
I am running into the same problem. Did you figure out a solution ?
Thanks,
Forum: Plugins
In reply to: [ACF to REST API] How to send ACF user fieldsThere is a known issue with updating user fields with REST-API.
You need to tweaks core files a bit as mentionned here:
https://github.com/airesvsg/acf-to-rest-api/issues/141#issuecomment-366292321You also need to make sure that subset name is not acf{} but fields{}
See details here:
https://codereviewvideos.com/blog/how-i-fixed-acf-rest-api-cant_update_item/Forum: Plugins
In reply to: [Crop-Thumbnails] Cropped picture saved but not assignedI can’t find the cropped image in the media library.
Forum: Plugins
In reply to: [Custom Post Type UI] Feature requestsHi there,
I was ready about creating custom block for Gutenberg and i can’t find any UI to do so. Is there any chance CPT UI will integrate Custom Gutenberg block creation in the near future ?
Thanks for your good work.