simplesamlphp/simplesamlphp-module-authcrypt

本模块提供对密码散列或 .htpasswd 文件的认证

v1.1.0 2023-12-05 18:03 UTC

This package is auto-updated.

Last update: 2024-09-21 19:21:57 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

安装

使用 composer 安装

vendor/bin/composer require simplesamlphp/simplesamlphp-module-authcrypt

配置

接下来需要做的是启用该模块

config.php 中,查找 module.enable 键并将 authcrypt 设置为 true

'module.enable' => [ 'authcrypt' => true, … ],