[Openid-specs-risc] openid/sharedsignals: New Issue opened
github at oidf.org
github at oidf.org
Wed Mar 6 11:10:57 UTC 2024
openid/sharedsignals event
Issue opened
Issue Title: Push based- Incorporate Server-Sent Events (SSE)
https://github.com/openid/sharedsignals/issues/143
**Problem Statement**: Current implementations leveraging PUSH (RFC 8935) require receivers to have publicly exposed endpoints. This setup complicates real-time communication and scalability. **Proposal**: Integrate Server-Sent Events (SSE) as an option alongside PUSH to facilitate real-time communication without the need for receivers to maintain publicly exposed endpoints. SSE enables a server to push updates to clients over a single, long-held HTTP connection, reducing HTTP request volume. **Some benefits**: - **Reduced Complexity**: Eliminates the need for receivers to manage exposed endpoints. - **Enhanced Efficiency**: Minimizes the number of HTTP requests, lowering server load and network traffic. - **Improved Security**: Decreases exposure to attacks that target publicly accessible endpoints. - **Real-Time Updates**: Enables efficient, real-time updates without constant polling, improving user experience. - **Ease of Implementation**: Leverages existing web standards, ensuring wide compatibility and simplifying adoption.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openid.net/pipermail/openid-specs-risc/attachments/20240306/9d6ad351/attachment.html>
More information about the Openid-specs-risc
mailing list