Documentation / @zerotal/auth / TWO_FACTOR_REMEMBER_KEY
Variable: TWO_FACTOR_REMEMBER_KEY
constTWO_FACTOR_REMEMBER_KEY:"two_factor_pending_remember"="two_factor_pending_remember"
Defined in: auth/src/TwoFactorMiddleware.ts:27
Session key recording that the pending login asked to be remembered. The remember cookie is a password-free credential, so it is minted by Auth.completeTwoFactor rather than at password time.