Currently this package doesn't support windows authentication for MSSQL even though it's mentioned in the Readme. That is because the default driver the mssql package uses (Tedious) doesn't support it. I think including the driver called MSNodeSQLv8 (npm install mssql msnodesqlv8) and specifying this driver in config if it is windows authentication should make this work. Thank you!
Currently this package doesn't support windows authentication for MSSQL even though it's mentioned in the Readme. That is because the default driver the mssql package uses (Tedious) doesn't support it. I think including the driver called MSNodeSQLv8 (
npm install mssql msnodesqlv8) and specifying this driver in config if it is windows authentication should make this work. Thank you!