> if you intend to secure the content then it cannot be delivered to the client
... In plaintext. You could maybe wrap a kdf and a webcrypto thing in a Vue component - decrypting on the client by deriving a key from a user supplied password.
It would almost certainly be a worse solution than basic auth on a normal web server...
... In plaintext. You could maybe wrap a kdf and a webcrypto thing in a Vue component - decrypting on the client by deriving a key from a user supplied password.
It would almost certainly be a worse solution than basic auth on a normal web server...