simplesamlphp/simplesamlphp-module-authcrypt

This module provides authentication against password hashes or .htpasswd files

Installs: 5 133 864

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 7

Forks: 0

Open Issues: 0

Type:simplesamlphp-module

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

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

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

Configuration

Next thing you need to do is to enable the module:

in config.php, search for the module.enable key and set authcrypt to true:

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