How can local-first apps handle identity and client data security, with zero servers?
(presented at LoFi/18 meetup)
Video of the talk runs from ~16:15 - 42:50.
https://github.com/mylofi/webauthn-local-client
Browser-only utils for locally managing WebAuthn (passkey) API
https://github.com/mylofi/client-storage
Simple key-value storage API backed by various client storage mechanisms
https://github.com/mylofi/local-data-lock
Protect local-first app data with encryption/decryption key secured in Webauthn (biometric) passkey
https://github.com/mylofi/local-vault
Store key-value data encrypted (biometric passkey protected), locally in the client