Download the PHP package basilicom-pimcore-plugin/document-authentication without Composer
On this page you can find all versions of the php package basilicom-pimcore-plugin/document-authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download basilicom-pimcore-plugin/document-authentication
More information about basilicom-pimcore-plugin/document-authentication
Files in basilicom-pimcore-plugin/document-authentication
Package document-authentication
Short Description Enables selective HTTP Basic Auth via document properties
License BSD-3-Clause
Homepage http://basilicom.de/en/pimcore
Informations about the package document-authentication
Document Authentication Plugin
Developer info: Pimcore at basilicom
Synopsis
This Pimcore http://www.pimcore.org plugin adds a front controller plugin to enable selective HTTP Basic Authentication on a per-document basis via document properties.
Code Example / Method of Operation
Just enable the plugin, adapt the website properties (username and password) in the website settings and add the predefined property to a document in the document tree.
Motivation
An existing website might be extended with new document pages which should be inaccessible to ordinary users for preview. The built-in HTTP Basic Authentication feature of Pimcore is global. This plugin enables password protection on a document level.
Installation
Add "basilicom-pimcore-plugin/document-authentication" as a requirement to the composer.json in the toplevel directory of your Pimcore installation.
Example:
{
"require": {
"basilicom-pimcore-plugin/document-authentication": ">=1.0.0"
}
}
API Reference
- n/a
Tests
- none
Contributors
- Conrad Guelzow [email protected]
License
- BSD-3-Clause