shanewholloway/js-u8-mqtt

Does this library supports JWT auth?

Opened this issue · 1 comments

I'd like to use this library to connect from a browser to a MQTT broker authenticating with JWT tokens. OAUTH2-JWT,

Is this supported?

No direct capability, as I have not tested that flow specifically.

That said, this library is made for making compliant MQTT packets, so it should have everything available needed for implementing that flow if you have the specification for it.

if you do create that auth flow, please consider sharing it back as a pull request.