emqx-auth-jwt
emqx-auth-jwt copied to clipboard
EMQX JWT Authentication Plugin
Hello, create job. How would we react on the token expiration during subscribed session? For example, we subscribed to some topic, and later within couple minutes a token would be...
I see that all authentication plugin have ACL (mysql, postgree, etc) In this plugin it's possibile for all client subscribe to all topics if client know topic structure My idea...
It would be nice to have a configuration option to disallow certain signature-types for JWT tokens or at least the "none"-type. It will be nice if that worked "out of...
Use scenario: User have tens of thousand of device that will connected to the cloud through MQTT protocol. Each device will has it's unique key pare for authentication, The client...
I am currently using emqx broker on kubernetes with anonymous auth internally. Now wanted to expose it through websocket and was trying to use this plugin for auth. However it...
EMQX v4.0.6 Ubuntu 18.04 - installed from repo I am new to EMQX, and trying to set up jwt-auth from vanilla in a dev environment. I am following the docs....
Is there a clear way to handle exceptions when jwt token is expired ? In javascript client such as **mqtt.js** , when i send expired token to password field in...