mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-01 03:32:31 +00:00
ebf40099f2
- Added security check for previouse used codes - Allow TOTP codes with 1 step back and forward when there is a time drift. This means in total 3 codes could be valid. But only newer codes then the previouse used codes are excepted after that.
2 lines
71 B
SQL
2 lines
71 B
SQL
ALTER TABLE twofactor ADD COLUMN last_used INTEGER NOT NULL DEFAULT 0;
|