Using OAuth in an Electron application
Let’s imagine you have a Website, or want to use a public API, and you want to develop a new desktop application based on Electron (OK, nothing original these days about this…). One of the easiest way to authenticate user to the Website will be to use a OAuth workflow if the Website is an OAuth provider. If not, this is another…