简体   繁体   中英

secure user authentication script electron

I am new to developing and I am trying to create an app that is a SaaS. I am using electron to make this app. I use cryptlex to authenticate licenses. Is there any way to secure this step of the process? As electron uses .js files to work, my authentification file is .js also, and I don't want someone to figure out how my authentification process works. and go around it

I have already finished working on this project. There is no way of securing client side js code. I used bytenode and obfuscator instead

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM