_bd_ Force Login
- A custom WordPress plugin that restricts site access to authenticated users by requiring visitors to log in before viewing protected content.
- Redirects unauthenticated visitors to the WordPress login screen while allowing configurable URL whitelists for publicly accessible pages and resources.
- Restricts unauthenticated access to WordPress REST API endpoints, helping prevent unauthorized access to protected site content and data.
- Provides flexible access control through configurable exceptions, enabling administrators to selectively expose public pages, endpoints, and assets while maintaining site-wide authentication requirements.
- Provides flexible access control for staging and production environments, allowing developers to temporarily lock down sites during development while maintaining selective public access when needed.
Utilizes :
- Authentication
- Access control
- REST API request handling
- Privacy / Security
- Configurable plugin architecture