Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiiddqd/bapsa
Basic Auth Protect Site Access. Puts a HTTP auth on staging. Just to keep search engines out, passwords in clear text!
https://github.com/aiiddqd/bapsa
Last synced: 15 days ago
JSON representation
Basic Auth Protect Site Access. Puts a HTTP auth on staging. Just to keep search engines out, passwords in clear text!
- Host: GitHub
- URL: https://github.com/aiiddqd/bapsa
- Owner: aiiddqd
- License: mit
- Created: 2018-12-10T11:53:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T12:17:28.000Z (about 6 years ago)
- Last Synced: 2024-05-10T18:28:41.425Z (9 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Basic Auth Protect Site Access ===
Contributors: casepress
Tags: password, basic auth, staging
Requires at least: 3.5
Tested up to: 5
Stable tag: 1.1
License: MIT
License URI: https://github.com/uptimizt/bapsa/blob/master/LICENSEQuickly and easily password protect a site to keep it from the prying eyes of google.
== Description ==
Enable protect access for site by HTTP AUTH for a user/pw before being able to view the frontend.
Aim of the plugin is to protect staging sites from the prying eyes of search engine robots, and to keep out anyone who might stumble across it accidentally.
This isn't particularly secure - password is in the database.
Forked from https://wordpress.org/plugins/password-protect-staging/