silverstripe / silverstripe-mfa

MultiFactor Authentication for Silverstripe CMS
BSD 3-Clause "New" or "Revised" License
11 stars 24 forks source link

FIX Explicitly disable browser cache on verification response #417

Closed emteknetnz closed 3 years ago

emteknetnz commented 3 years ago

Fixes https://github.com/silverstripe/silverstripe-mfa/issues/414

May fix https://github.com/silverstripe/silverstripe-mfa/issues/393 (untested)

emteknetnz commented 3 years ago

I've added a unit test for this

emteknetnz commented 3 years ago

@maxime-rainville I've added some comments explaining what we're testing