I'm writing a Nodejs application running in client machine (Windows 10), it uses the current logged in user to authenticate on the server.
The problem is, if I run this application under the SYSTEM account then I couldn't get the current logged in user to authenticate.
How can I solve this problem?
I've resolved it by using: