Open Issues Need Help
View All on GitHub fix concurrent race conditions 2 months ago
AI Summary: Implement a mutex lock (e.g., using the Locker library) to prevent race conditions in concurrent `set()` calls within the @lo-fi/local-vault library. This ensures data integrity by preventing one `set()` operation from overwriting another during simultaneous execution.
Complexity:
4/5
bug good first issue help wanted
Store key-value data encrypted (biometric passkey protected), locally in the client
JavaScript
#auth#encryption#local-first#storage