derecalliance / protobufs

The format of DeRec messages.
Apache License 2.0
3 stars 0 forks source link

Pair and unpair for both sharer and helper #19

Closed lbaird closed 1 month ago

lbaird commented 10 months ago

In DeRecMessage, the pair and unpair requests and bodies are listed under sharer. They should be listed under both sharer and helper, since either could send them. So those 4 fields should be added to the helper.

jorabin commented 10 months ago

Noting that there is a wider review of authentication context and secrets that may change the perspective on this.

There's nothing preventing access to the protobuf binding api whether or not you're an actual helper or sharer, but understood that it's incorrect as a piece of documentation.

Wondering if we should just remove the categorisation as it makes the apis slightly harder to use.