Access other routes that require authentication
-
If I for example want to get users from the WordPress rest API I can go to:
http://example.com/wp-json/wp/v2/users/
But this route is protected and requires the user to be logged in. Tried to hit that enpoint sending the JWT token in the header ie: Authorization Bearer but it still denies me access?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Access other routes that require authentication’ is closed to new replies.