You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user is creating an asset, add a button next to "Create" to create a private asset. The asset itself and template will be public, but the data will be encrypted and only available to someone with the right credentials. Add the same functionality for the API.
See the asset block, type block and data block in the data model here.
Additional functionality:
When someone logs in, they should see their private assets unencrypted but with a note or icon marking them as encrypted. We should discuss whether to add another field to the asset block to track this.
Other people can see the private assets of others listed as usual, but not open them (they are encrypted)
Someone should be able to share a private asset with others using their public key. When the other person it logged in, they can open these assets.
The text was updated successfully, but these errors were encountered:
When a user is creating an asset, add a button next to "Create" to create a private asset. The asset itself and template will be public, but the data will be encrypted and only available to someone with the right credentials. Add the same functionality for the API.
See the asset block, type block and data block in the data model here.
Additional functionality:
The text was updated successfully, but these errors were encountered: