Eel icon indicating copy to clipboard operation
Eel copied to clipboard

Security Tokens

Open bitnom opened this issue 5 years ago • 1 comments
trafficstars

Recommend adding a security feature to "start" such as secure=True|False which requires any client connecting on the bottle port to supply a randomly generated token to connect. We may not want other localhost applications to be able to make requests to the Eel app. The token could be sent to Eel by GET or POST and then added to a cookie.

bitnom avatar Aug 14 '20 07:08 bitnom