35 points by thiagosf 9 months ago | 9 comments
yfw 8 months ago
thiagosf 8 months ago
kristianr4s 8 months ago
thiagosf 8 months ago
Rhapso 8 months ago
hesus_ruiz 8 months ago
Storage of the private key is another thing. For a web app it is difficult to acces a hardware-based storage system. So typically it is stored in Localstorage or IndexdedDB, encrypted using a user-provided password. It is possible (but very involved and I have not seen web apps using it) to use WebAuthn for that.
thiagosf 8 months ago
random_kris 9 months ago
thiagosf 8 months ago
brody_slade_ai 8 months ago