UCLA-IRL / ndn-workspace-solid

NDN workspace in Solid JS
https://ndn-workspace.web.app
ISC License
5 stars 15 forks source link

Member management and security #26

Open zjkmxy opened 10 months ago

zjkmxy commented 10 months ago

Currently everyone bootstrapped into the workspace is equal in role. However, we do think that privilege / permission management will be important when people start using it in real life. We need a design for this.

Also, if possible, we may allow workspace owners to create workspaces and manage members within the app, and get rid of the dependency on the external ndncert server.

We may use Yjs docs to do user management, but the entanglement of sync and security will make things extremely complicated.

zjkmxy commented 1 month ago