Replaced TOTP with cap key

- Replaced TOTP with an implementation of a cap key to better align with
  Tahoe's way of handling user / data.
This commit is contained in:
Rodrigo Pinto 2024-12-01 00:23:21 -03:00
commit 22e8576cab
10 changed files with 161 additions and 116 deletions

View file

@ -22,9 +22,5 @@
"svelte": "^5.0.0",
"vite": "^5.0.3",
"vitest": "^2.0.4"
},
"dependencies": {
"@paulmillr/qr": "^0.3.0",
"otpauth": "^9.3.5"
}
}