I am pretty new to making Electron apps. After asking a question on Stack Overflow (Properly Using Electron) I followed the advice I was given and created a desktop application in Electron.
I have another app created in NodeJS that handles my database methods.
I am not sure where to start with this problem, as there are hundreds of options online, and I am not sure which ones suit my needs.
Should I:
If I were to do it all in a client app, I think that would cause major security issues, so I am unsure what to do. The problem is as simple as creating a login/system application, but I have no idea how to incorporate it into Electron.
Where do I start? How do I approach this?
If all you need is a login and your server already manages the database I would keep this logic on the server. This is also something the answer to your previous question states.
This is the most simple example which is neglecting advanced security concerns, if you want to make it more secure you definitely should look for general advise about web security like crypto-pbkdf2 and how to handle the tokens. But this is not electron specific.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With