This is an automated email from the ASF dual-hosted git repository. massakam pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
commit bfe9e38bb3a278e3dcb57ed7103810974c4fe1c3 Merge: 87e7666 0dccd84 Author: hrsakai <hsa...@yahoo-corp.jp> AuthorDate: Fri Mar 29 10:08:01 2019 +0900 Merge pull request #24 from massakam/authentication [Issue 3] Support authentication binding.gyp | 3 +- index.js => examples/consumer_tls_auth.js | 36 +++++++++--- index.js => examples/producer_tls_auth.js | 38 ++++++++++--- index.js | 6 ++ src/Authentication.cc | 95 +++++++++++++++++++++++++++++++ src/{addon.cc => Authentication.h} | 29 +++++----- index.js => src/AuthenticationAthenz.js | 13 +++-- index.js => src/AuthenticationTls.js | 12 ++-- index.js => src/AuthenticationToken.js | 12 ++-- src/Client.cc | 11 ++++ src/addon.cc | 6 +- 11 files changed, 213 insertions(+), 48 deletions(-)