WP-API / menus-endpoints

Feature plugin for Menu Endpoints
43 stars 13 forks source link

Requiring authentication #44

Open mnelson4 opened 4 years ago

mnelson4 commented 4 years ago

The project description says you need to be authenticated to use these endpoints. Certainly some of the menus data is meant to be public though (eg it’s on the front end of websites). What sensitive data is stored in the menus and can we make some of the menus data public?

davidrhoderick commented 4 years ago

@mnelson4 Did you figure this out? I'm getting an Unauthorized error as well.

spacedmonkey commented 4 years ago

@davidrhoderick Not a error, that is by design. The need to be authicated to get this data.

davidrhoderick commented 4 years ago

@spacedmonkey Gotcha, thanks!