mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-30 18:52:42 +01:00
5e94343c7d
Summary: Depends on D19886. Ref T13222. Clean up MFA challenges after they expire. (There's maybe some argument to keeping these around for a little while for debugging/forensics, but I suspect it would never actually be valuable and figure we can cross that bridge if we come to it.) Test Plan: - Ran `bin/garbage collect --collector ...` and saw old MFA challenges collected. - Triggered a new challenge, GC'd again, saw it survive GC while still active. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13222 Differential Revision: https://secure.phabricator.com/D19888 |
||
---|---|---|
.. | ||
PhabricatorAuthChallenge.php | ||
PhabricatorAuthDAO.php | ||
PhabricatorAuthFactorConfig.php | ||
PhabricatorAuthHMACKey.php | ||
PhabricatorAuthInvite.php | ||
PhabricatorAuthPassword.php | ||
PhabricatorAuthPasswordTransaction.php | ||
PhabricatorAuthProviderConfig.php | ||
PhabricatorAuthProviderConfigTransaction.php | ||
PhabricatorAuthSession.php | ||
PhabricatorAuthSSHKey.php | ||
PhabricatorAuthSSHKeyTransaction.php | ||
PhabricatorAuthTemporaryToken.php |