examples
examples copied to clipboard
Add oauth2 example for node js client
- Wait for this pr https://github.com/apache/pulsar-client-node/pull/190 to be merged before processing this pr
@tuteng I noticed that the node.js client support Oauth2 authentication has been merged into the community. How about our SN process? Thanks.
The
issuer_urlshould be obtained from the private key file, in preference to a command-line parameter (which would be needed if not using a private key file).
It seems that most language clients do not follow this specification -> https://pulsar.apache.org/docs/security-oauth2#c-client @EronWright