Add authorization to WP-API /wp/v2/users endpoints (by DKZR) GitLab self-updates
WordPress plugin to add authorization to WP-API /wp/v2/users endpoints
by Joost de Keijzer · gitlab.com/dkzr-wordpress/plugins/dkzr-add-auth-to-api-users-endpoint · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/dkzr-wordpress/plugins/dkzr-add-auth-to-api-users-endpoint/-/archive/main/dkzr-add-auth-to-api-users-endpoint-main.zipShips its own WordPress updater (Update URI header), so new versions show up under Dashboard → Updates.
Readme
WordPress plugin to add authorization to WP-API /wp/v2/users endpoints
By default, all /wp/v2/users endpoints are readable for all, this plugin adds a is_user_logged_in() check to these endpoints.