Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.2 KB

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