Store key-value data encrypted (biometric passkey protected), locally in the client

auth encryption local-first storage
1 Open Issue Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub

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