simplesamlphp / simplesamlphp-module-expirycheck
The expirycheck module validates user's expiry date
Installs: 5 502 849
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 6
Forks: 3
Open Issues: 0
Type:simplesamlphp-module
Requires
- php: ^8.0
- simplesamlphp/assert: ^1.0.0
- simplesamlphp/composer-module-installer: ^1.3.4
- simplesamlphp/simplesamlphp: ^2.0
- symfony/http-foundation: ^5.4 || ^6.0
Requires (Dev)
README
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, … ],