simplesamlphp/simplesamlphp-module-expirycheck

The expirycheck module validates user's expiry date


Keywords
simplesamlphp, expirycheck
License
SSPL-1.0

Documentation

SimpleSAMLphp Expiry check module

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

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

Configuration

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

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

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