Tiqr / tiqr-server-libphp

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

Feature/state storage pdo expiry #20

Closed pmeulen closed 2 years ago

pmeulen commented 2 years ago

Strictly adhere to the expiry when using the pdo state storage. This brings the behavior in line with the of the memcache implementation and this means that the frequency at which the GC runs can be much, much lower.

Todo:

Edit Michiel: I opened this PR based on your work: #25 merging that into this branch should get us another step in the right direction.