DGH Campillo

Results 4 issues of DGH Campillo

- Added property UseIntegratedAuthentication to enable Windows Integrated Authentication

### Problem Description The connector configuration doesn't make the username or password required, which allow the user to connect to a MongoDB instance without a 'username' and 'password'. Not a...

bug
enhancement
effort:low
priority:medium
community-driven
mongo

I have a "Flask App" that would need to listen to a websocket. Here is the code I am using to start the client: ``` self.ws = websocket.WebSocketApp( "wss://stream.binance.com:9443/stream?streams=" +...