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

[question] 401 not logged in. #26

Open digitxo opened 4 years ago

digitxo commented 4 years ago

Hi. So I received a token with my username and password. I included the token in the header under "Authorization" (as the key) with Bearer in front of the Token.

Next, when I try to get https://balancingpawsdogtraining.com/wp-json/wp/v2/users/me

I get the message, 401 You are not logged in