Lightning App Security & Architecture
by Tankred Hase
In a recent post we covered the new Lightning App from a UX perspective. In this post we’ll dig deeper into its software architecture with a focus on security and threat modeling.
(Source: www.smashingmagazine.com/2017/03/beyond-browser-web-desktop-apps/)
App Architecture
As depicted above, the desktop application is based on Electron. Electron allows cross-platform desktop applications to be developed from a single code base for Windows, Mac and Linux. It’s based on the Chromium project from Google and is being developed by GitHub.
»