We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Auth seems to fail, even when explicityly setting it in the call:
wp.users().auth("USER","PASS").me();
gives an empty object, while calling wp-json/users/me with basic auth with curl returns my user info.