Using a JWT to retrieve protected posts from wp-json
-
I can’t seem to find any documentation about this on the plugin website, but does this plugin make it possible to pass an authenticated session via JWT token along with wp-json GET calls in order to retrieve protected post contents?
It seems like the only thing I can accomplish with this plugin is to authenticate and then redirect to a rendered HTML page, or else retrieve a general “success” json payload. If I add the bearer token to a regular wp-json call, protected post contents remain blocked as if the user is not authenticated at all.
Am I missing something? Thanks.
- The topic ‘Using a JWT to retrieve protected posts from wp-json’ is closed to new replies.