Skip to content

Add http serving to Core with authentication, progress & cancellation #1193

@gmaclennan

Description

@gmaclennan

Initial architecture plan is to add some http middleware that will track open requests by deviceId (read from the noise connection socket) and shareId (which we will need to pass as a query param), to enable progress events and cancellation.

The server will validate that the query param includes a valid, active shareId, then validate the deviceId (remotePublicKey) on the socket to ensure it is the deviceId that the shareId was sent to.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions