simplesamlphp/simplesamlphp-module-authcrypt

This module provides authentication against password hashes or .htpasswd files

Installs: 5 657 543

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 6

Forks: 0

Open Issues: 0

Type:simplesamlphp-module

v1.2.0 2024-12-02 22:19 UTC

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

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, … ],