Monday, 13 August 2018

Electron.JS how to add user auth with my own website?

So I've been writing a piece of software that I plan on selling and I already have a website set up that's built on node and uses passport.js and a mysql server to authenticate users and I was wondering what would be the best way to authenticate users on my electron app to my website without using a 3rd party oauth provider? Would I somehow make an http request to my website with the login information stored inside the request and then send a request back? I'm not really sure how to tackle this issue.

Submitted August 13, 2018 at 09:14PM by Chemillion

No comments:

Post a Comment