netifi / netifi-js-client

Netifi JS Client www.netifi.com
Apache License 2.0
4 stars 1 forks source link

Added JWT support #12

Closed hypothete closed 5 years ago

hypothete commented 5 years ago

Users can pass a JWT in at client setup to use JWT auth with the broker. Also ran Prettier and fixed an issue with the client trying to reconnect after netifi.close() had already been called.