TBD54566975 / web5-js

Monorepo for the Web5 JS TypeScript implementation
https://tbd54566975.github.io/web5-js/
Apache License 2.0
118 stars 44 forks source link

Extend the Agent and Identities with a metadata field (local storage) #696

Open sondreb opened 6 days ago

sondreb commented 6 days ago

It would be nice if we could store a small piece of metadata (JSON) connected to either agent or identities. This way it could be used for friendly names or tags, etc. Would allow me to have some extra information persisted connected to the agents and identities and rely on the storage implementation that the Web5 API gets injected.

sondreb commented 6 days ago

There is already a metadata field on the BearerIdentity that holds name, tenant and uri.

shamilovtim commented 6 days ago

This is what we discussed the other day @csuwildcat