Automattic / registered-users-only

WordPress Plugin that forces all users to login before being able to view your site. Features an options page for configuration.
https://alex.blog/wordpress-plugins/registered-users-only/
GNU General Public License v2.0
15 stars 5 forks source link

Added: Allow Authenticated users to access the Rest API #7

Closed digitalchild closed 1 year ago

digitalchild commented 1 year ago

Currently, the only way to expose the rest API is to allow guest access. This PR adds the ability for registered users to access the REST API.

This has been tested with WP's built in application passwords.

aaronfc commented 1 year ago

@digitalchild, FYI: I have just released the plugin version 1.3.0 containing your change.

Congratulations, and once again: thanks!

digitalchild commented 1 year ago

Thanks, @aaronfc. For some reason, I didn't get a notification for this. Happy to see it merged.