LocoAI
89LocoAI - Auto Translate For Loco Translate is a powerful tool for developers looking to quickly translate thei...
Restrict and control access to the REST API.
REST API Guard is a WordPress plugin designed to control and restrict access to the REST API on your site. It allows you to disable anonymous access and manage permissions based on specific namespaces or paths. This is particularly useful for site owners who want to enhance security by limiting the exposure of their site's data through the REST API.
The plugin features a settings page for easy configuration, where you can adjust access controls for user information and various endpoints. It is suitable for users who require tighter security measures for their WordPress installations, particularly those handling sensitive data or looking to prevent unwanted access to their API.
Best for: This plugin suits WordPress site owners looking to enhance their API security.
What it does well
Where it falls short
REST API Guard provides essential tools for managing REST API access, making it a practical choice for those prioritising security in their WordPress sites.
Sean Fisher's own description of REST API Guard, lightly tidied.
Restrict and control access to the REST API.
The WordPress REST API is generally very public and can share a good deal of information with the internet anonymously. This plugin aims to make it easier to restrict access to the REST API for your WordPress site.
Out of the box the plugin can:
The plugin can be configured via the Settings page (Settings -> REST API Guard) or via the relevant filter.
wp/v2/users)By default, the plugin will restrict anonymous access to the users endpoint. This can be prevented in the plugin’s settings or via code:
add_filter( 'rest_api_guard_allow_user_access', fn () => true );
/) or Namespace Endpoints (wp/v2)To prevent anonymous users from browsing your site and discovering what plugins/post types are setup, the plugin restricts access to the index (/) and namespace (wp/v2) endpoints. This can be prevented in the plugin’s settings or via code:
// Allow index access.
add_filter( 'rest_api_guard_allow_index_access', fn () => true );
// Allow namespace access.
add_filter( 'rest_api_guard_allow_namespace_access', fn ( string $namespace ) => true );
The plugin can restrict anonymous access for any request to the REST API in the plugin’s settings or via code:
add_filter( 'rest_api_guard_prevent_anonymous_access', fn () => true );
Other plugins for integrating services.
LocoAI - Auto Translate For Loco Translate is a powerful tool for developers looking to quickly translate thei...
The AI + Automation plugin for WordPress. Automate workflows across all your plugins and apps, add an AI agent...
Create custom interactive maps with free Leaflet-based styles, no Google Maps API key, frontend marker submiss...
Monitor every change on your WordPress site — who did what, when, and where it came from — for a complete audi...
No API key required. Display Yelp and Google reviews for any business in a clean, customizable feed on your si...
Contact Form, Google Sheet, MailChimp, Brevo, Webhook, Zoho CRM Automation and Integration plugin that Connect...