Open
Description
Had a thought around this and I wanted to get an issue for tracking considerations around stream security.
Given that this is a protocol, there needs to be allowances for security, such as token-based authentication, over the stream. WebSockets, which would likely be the choice for dealing with IO streams from browser-land, don't really have any great built-in mechanisms for security propagation. There is an HTTP-based handshake, but not much more.
What allowances, if any, are there for transporting metadata of any sort (including custom security), in a standardized way, with each reactive stream message? For example HTTP makes use of headers for this.
Perhaps this is a non-issue and is covered in another discussion.
Metadata
Metadata
Assignees
Labels
No labels