Y
Hacker News
new
|
ask
|
show
|
jobs
by
rienbdj
2686 days ago
normally security would be implemented at an api level. you would have to be careful to implement that in the renderer here.
1 comments
karthikksv
2686 days ago
You're right, there's validation for the WebSocket messages sent to the server. For certain events (e.g. submit), the validation of user form data is left to you, just as you would normally be responsible for.
link