OAuth1 icon indicating copy to clipboard operation
OAuth1 copied to clipboard

"authentication" is an empty array - everything enabled

Open CaptainN opened this issue 9 years ago • 0 comments

As far as I can tell I've installed and set everything up correctly (the oauth1 end points even work correctly), but I don't see anything information about the service in /wp-json. It's just an empty array:

"authentication": [],

Is this a bug, or did I set something up incorrectly?

Since I'm here, I'm working with a package that expects 4 end points, and the docs only mention 3. How should I structure an 'authenticate' end point? I found one implementation that uses '/?json_route=/' but that just delivers me to a json blog (with the above empty authentication array).

CaptainN avatar Dec 01 '16 19:12 CaptainN