[DigitalPoint] Security & Passkeys

XF2 Addons [DigitalPoint] Security & Passkeys 1.2.0.3
Addon to help users keep their account secure.

Sorry about the back to back releases. This is really only needed for XenForo 2.3 (previous release worked in 2.2 just fine).
If you use the Days to auto-extend two-step device trust setting, the addon will always set the tfa_trust cookie when the user_remember record is extended (since we can't see the cookie duration on the server-side). Before we were only setting the cookie if the user_tfa_trusted.trusted_until value changed.

This will make it work as expected even if you had something unrelated (like a different addon) altering the user_tfa_trusted.trusted_until value (where you had a short cookie duration, but a long user_tfa_trusted.trusted_until value).
Top Bottom