Software Development Kit for easy SPID/CIE access integration with simplesamlphp - developed and mantained by Michele D'Amico @damikael
83
stars
39
forks
source link
fix: replace array_key_exists with isset on proxy.php #232
Closed
last-core closed 9 months ago
array_key_exists on objects was deprecated on PHP 7.4, replaced with isset instead