causal/mfa-protect 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

causal/mfa-protect

最新稳定版本:0.3.0

Composer 安装命令:

composer require causal/mfa-protect

包简介

Protect rendering of sensitive content elements with MFA.

README 文档

README

This extension lets you force the use of a recent MFA token before rendering a content element.

This may be used together with standard access restrictions in TYPO3 such as being part of one or more Frontend user groups.

This screenshot shows how a given content element will be protected:

Protected content

Installation

Install the extension either from TYPO3 Extension Repository (TER), or from packagist.org with Composer:

composer require causal/mfa-protect

In addition, you will need some extension adding support for Frontend MFA. At the time of writing, the only one the author can think of is its own extension EXT:mfa_frontend.

You may install it either from TER as well, or with Composer:

composer require causal/mfa-frontend

Configuration

Include the static template "Protect MFA" to your (main) TypoScript template.

You can then use the Constants Editor or pure TypoScript to override the template location and the validity of the MFA token (it defaults to 30 minutes).

Hint: the validity of the MFA token supports stdWrap :-)

Usage

Edit any content element, switch to Access and toggle the MFA protect flag. That's it!

Access flag

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2023-10-05