simplesamlphp/simplesamlphp-module-expirycheck

The expirycheck module validates user's expiry date

Installs: 3 601 967

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 6

Forks: 2

Open Issues: 0

Type:simplesamlphp-module

v1.1.0 2023-01-23 19:16 UTC

This package is auto-updated.

Last update: 2023-03-16 23:42:49 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, … ],