定制 basilicom-pimcore-plugin/document-authentication 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

basilicom-pimcore-plugin/document-authentication

最新稳定版本:2.0.0

Composer 安装命令:

composer require basilicom-pimcore-plugin/document-authentication

包简介

Enables selective HTTP Basic Auth via document properties

README 文档

README

Scrutinizer Code Quality Codacy Badge Build Status SensioLabsInsight Dependency Status

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

License

  • BSD-3-Clause

统计信息

  • 总下载量: 2.79k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-01-28