solid / data-interoperability-panel

Repository for the Solid Data Interoperability Panel
MIT License
51 stars 19 forks source link

Remove public inboxes #280

Closed elf-pavlik closed 1 year ago

elf-pavlik commented 2 years ago

Related issue: https://github.com/solid/specification/issues/464

Currently, spec suggest two inboxes in https://solid.github.io/data-interoperability-panel/specification/#social-agents

  ######## Inboxes ########
  interop:hasInbox alice-inbox:general ;
  interop:hasAccessInbox alice-inbox:access .

Later on, Access Inbox is being used in https://solid.github.io/data-interoperability-panel/specification/#access-receipt

I think we should remove the use of public inboxes altogether. Instead, iterate on SAI Invitations. I have some thoughts captured in Social Agent Invitation and Identity Verification. I believe that we can leverage a pre-established communication channel between Social Agents to establish initial pair of Social Agent Registrations. Removing the need for any public inboxes altogether.

This will auto fix #227 😉

elf-pavlik commented 1 year ago

295 notes: