Tiqr / tiqr-server-libphp

A PHP library for using the tiqr authentication mechanism
6 stars 7 forks source link

Exception is 'eaten' #19

Closed tvdijen closed 2 years ago

tvdijen commented 2 years ago

https://github.com/SURFnet/tiqr-server-libphp/blob/17c2da17f6e9d9d4f46c7a1116a233035ff51a5f/library/tiqr/Tiqr/UserSecretStorage.php#L59-L63

These exceptions never end up in any logging.. I had falsely set usersecretstorage to memcache and I found myself in a pickle to debug this. Was discussed elsewhere with @pmeulen .

pmeulen commented 2 years ago

Fixed by https://github.com/SURFnet/tiqr-server-libphp/pull/30