MS SQL Server and Windows Authentication

Hi all,

I would like to create a Node app that queries an Enterprise SQL Server and store the results into MongoDB inside Meteor. For this I would need to somehow connect to MS SQL with Windows authentication…I’ve scoured the net and found the npm package mssql works, but I’m not able to get Windows authentication working on it. The developer references this to get Windows authentication working: https://github.com/patriksimek/node-mssql#microsoft-driver-for-nodejs-for-sql-server

Any help on how to get the connection set up with Windows authentication would be greatly appreciated. Thanks.