openid / sharedsignals

OpenID Shared Signals Working Group Repository
45 stars 11 forks source link

Do we need separate endpoints for adding and removing a subject? #39

Closed FragLegs closed 1 year ago

FragLegs commented 1 year ago

Right now, the transmitter configuration returned from /.well-known provides both an add-subject-endpoint and a remove-subject-endpoint. Can we just make that a subject-endpoint with POST and DELETE functionality?

ghost commented 1 year ago

See comment on main thread.

FragLegs commented 1 year ago

I would like to be able to consider this independently of the conversation about making the endpoints more REST-like (i.e. putting identifiers in the path, like /ssf/stream/1234/subject/5678). We can talk about that too, but should do it in a separate issue because it is a much larger scope of change.

All I want out of this issue is to have a single endpoint /subject that can take [POST] and [DELETE] commands to add and remove subjects.

timcappalli commented 1 year ago

call on 2023-03-21: wait until next call for discussion with @FragLegs

FragLegs commented 1 year ago

Just realized that this is a duplicate of #13

tulshi commented 1 year ago

closed because its a duplicate of #13