proxmox/proxmox-tfa
Wolfgang Bumiller 50b793db8d tfa: add data for rate limiting and blocking
TfaUserData uses `#[serde(deny_unknown_fields)]`, so we add
this now, but using it will require explicitly enabling it.

If the TOTP count is high, the user should be locked out of
TOTP entirely until they use a recovery key to reset the
count.

If a user's TFA try count is too high, they should get rate
limited.

In both cases they should receive some kind of notification.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-05-10 10:26:51 +02:00
..
debian proxmox-tfa: update generated d/control 2023-03-02 16:54:59 +01:00
src tfa: add data for rate limiting and blocking 2023-05-10 10:26:51 +02:00
Cargo.toml tfa: make 'anyhow' optional, enable with the 'api' feature 2023-05-08 10:32:26 +02:00