surfnet/simplesamlphp-module-themesurf
Composer 安装命令:
composer require surfnet/simplesamlphp-module-themesurf
包简介
SURF simpleSAMLphp theme
README 文档
README
This project contains a simpleSAMLphp theme based on the design for an identity provider login screen that is optimized for use on mobile devices like smart phones and tablets. It was tested on a variety of devices.
The original design by Stroom can be found on Github Pages, and also in the
gh-pages branch in this repository.
The module can be installed in simpleSAMLphp by copying it into the modules
directory or by using composer.
License
As this module takes code from simpleSAMLphp which is licensed under the LGPLv2.1
or later, this module has the same license. See included COPYING file.
Installation
We assume simpleSAMLphp is installed in /var/www/simplesamlphp, see the
installation instructions.
You can install this theme as follows:
$ cd /var/www/simplesamlphp/modules
$ git clone https://github.com/SURFnet/simpleSAMLphp-theme-SURF.git themesurf
Now you can edit the main configuration file
(/var/www/simplesamlphp/config/config.php) to enable the theme, in two places.
First, enable the module that contains the theme by adding it to the list of enabled modules:
'module.enable' => [
'admin' => true,
'themesurf' => true,
],
Then, change the following line:
'theme.use' => 'default',
Into:
'theme.use' => 'themesurf:surf',
This should enable the theme. You can only see it in action when there is an actual login screen with username and password dialog.
surfnet/simplesamlphp-module-themesurf 适用场景与选型建议
surfnet/simplesamlphp-module-themesurf 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 15 次下载、GitHub Stars 达 11, 最近一次更新时间为 2024 年 04 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 surfnet/simplesamlphp-module-themesurf 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 surfnet/simplesamlphp-module-themesurf 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2024-04-23