ScottLogic / kdb-boothroyd

a prototype re-implementation of KDB Studio using JavaScript and Electron
Apache License 2.0
5 stars 2 forks source link

Feature/authentication #48

Closed OiNutter closed 3 years ago

OiNutter commented 3 years ago

Implements username and password auth as well as adding support for TLS sockets

I've switched the version of node-q to my fork until I can get the original to merge in my changes so you'll need to re-run npm install

I tested this with a self signed instance of q locally but I had to temporarily override the security settings on the TLS socket in node-q to test it so would be better if we could get a properly set up instance with a proper certificate to test further