https://github.com/simplesamlphp/simplesamlphp-module-expirycheck
The expirycheck module validates user's expiry date
https://github.com/simplesamlphp/simplesamlphp-module-expirycheck
Last synced: 5 months ago
JSON representation
The expirycheck module validates user's expiry date
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-expirycheck
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-05-28T11:47:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T17:16:09.000Z (5 months ago)
- Last Synced: 2025-08-18T19:21:38.555Z (5 months ago)
- Language: PHP
- Size: 150 KB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSAMLphp Expiry check module

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-expirycheck)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-expirycheck/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-expirycheck)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-expirycheck)
## Install
Install with composer
```bash
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:
```php
'module.enable' => [ 'expirycheck' => true, … ],
```