simplesamlphp/simplesamlphp-module-expirycheck

The expirycheck module validates user's expiry date

Installs: 5 077 621

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 6

Forks: 3

Open Issues: 0

Type:simplesamlphp-module

v1.1.1 2023-12-04 19:02 UTC

README

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