mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 15:04:47 +00:00
Automatic Port Selection and Secured Communication (#1038)
Adds dynamic OS-selected socket port handling and secured Electron/.NET communication. The dotnet-first startup flow now generates the auth token on the .NET side and passes it to Electron through an environment variable. Electron reports the selected socket port through a temporary startup-info file, avoiding any dependency on parsing Electron console output. Also avoids logging backend startup parameters because they include the auth token.
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
"dasherize": "^2.0.0",
|
||||
"electron-updater": "^6.6.2",
|
||||
"image-size": "^1.2.1",
|
||||
"portscanner": "^2.2.0",
|
||||
"socket.io": "^4.8.1",
|
||||
"electron-host-hook": "file:./ElectronHostHook"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user