Skip to content

This module provides authentication based on password hashes and htpasswd-files

License

Notifications You must be signed in to change notification settings

simplesamlphp/simplesamlphp-module-authcrypt

Repository files navigation

Authcrypt

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

About

This module provides authentication based on password hashes and htpasswd-files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages