atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Refactoring Agents - accept public key only

Open joepio opened this issue 3 years ago • 0 comments

See docs issue

Creating an Agent is too hard, it requires the Client to find an Invite resource, which is very different from creating a Commit. Also, the client does not know the subject in advance.

  • [ ] Implement resources by signature #408, which should remove the requirement that Commits have a target subject.
  • [ ] Modify HTTP Authentication headers logic, remove requirement for subject.
  • [ ] Change Properties for Signer, as they can now contain public keys instead of URLs. This will break things!

joepio avatar May 13 '22 18:05 joepio