I’m testing the free version of the miniOrange API Authentication plugin. Authentification with the token to read data works fine. But when I try something like:
curl -H “Authorization:Bearer mytoken” -d ‘slug=mkyong’ PUT -X
I run into an authorization problem – the user role doesn’t allow the modification of the record.
I understood that the basic (free) version will open access to all user roles – role specific access is limited to the premium versions. But I run into a 401 all the time?
Same on the demo account you opened for me:
{“code”:”rest_cannot_edit”,”message”:”Sorry, you are not allowed to edit this post.”,”data”:{“status”:401}}