Tiqr / tiqr-server-libphp

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

State storage updates #16

Closed MKodde closed 2 years ago

MKodde commented 2 years ago

I added a clear enrollment sate method to the Service. This allows us to reset the enrollment state before a registration process starts. This is a requirement when multiple registrations are started in the users browser (in multiple tabs or browser windows). The browser php session state would collide with the application state (PDO, Memcache or filesystem) when multiple enrollment sessions where active.