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.