=== Http Auth === Contributors: aliya-yasir, sasiddiqui Donate link: https://www.paypal.me/yasglobal Tags: Auth, http auth, authentication, http authentication, restrict pages, restrict site, login, admin, crawler, crawl, locked Requires at least: 3.5 Tested up to: 4.9 Stable tag: 0.2.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html This plugin allows you apply HTTP Auth on your site. You can apply Http Authentication all over the site or only the admin pages. == Description == Enabling this plugin allows you to set up Http authentication on your site. You can easily set username and password for Http Authentication. This plugin helps: * Restricting crawler to crawl on your site while development. * Restrict admin pages after being your site Live. * Easy to activate or deactivate Http Auth without deactivating plugin. == Installation == The easiest way to install the plugin is to use the WP built-in menu for finding and installing new plugins directly from the WordPress repositories. If you need to install this using FTP or SFTP, you should follow these steps: 1. Upload `http-auth` to the `/wp-content/plugins/` directory using your favorite FTP client. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. That’s it. == Changelog == = 0.2.1 = * Fixed the security issues which may cause error when called directly = 0.2 = * Add OOPS Concept to make the performance better = 0.1 = * First release on wordpress.org