jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 63 forks source link

Support for SASL (revisiting PR #78) #83

Closed vivekr20 closed 7 years ago

vivekr20 commented 7 years ago

Added changes to perform SASL authentication on 407 challange responses. This PR is revisiting changes for SASL support from: https://github.com/jbmusso/gremlin-javascript/pull/78

FYI: Earlier in May, I had created "gremlin-secure", a copy of the "gremlin" npm module which included the changes from this PR. https://www.npmjs.com/package/gremlin-secure

Hoping that we can merge these changes back to the base repo, so that I can take down gremlin-secure, and point folks back to the original gremlin npm module :)

jbmusso commented 7 years ago

Back from vacation - thanks for sending this! Would you developers at Microsoft be interesting in having push permission to this repository? I think that makes a lot of sense and that'd help pushing new versions to npm faster.