-
How can I use custom SASL mechanism not user pass, Because I need to authenticate with 2 jwt tokens. |
Beta Was this translation helpful? Give feedback.
Answered by
sonnyp
Aug 19, 2021
Replies: 1 comment
-
You need to write a sasl meechanism compatible with https://github.com/jaredhanson/js-sasl Then you can do something like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sonnyp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to write a sasl meechanism compatible with https://github.com/jaredhanson/js-sasl
Then you can do something like
client.sasl.use(mySASLMechansim)