WP-API / jwt-auth

Enable JSON Web Token authentication for the WordPress REST API.
GNU General Public License v2.0
106 stars 25 forks source link

accessing private pages #25

Open digitxo opened 4 years ago

digitxo commented 4 years ago

Hi. I have received a token from logging into my account. However, when I try to access pages specific to this account I logged in with, I am getting a 404.

Do I need to put the token in the header or something?