You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
A way to authenticate MQTT clients by calling an external HTTP endpoint and parsing the response.
This endpoint will accept client_id,username,passwords,etc. and the response will determine whether the
client is allowed to connect or not.
Describe alternatives you've considered
TLS auth but can be inflexible for complex business rules.
Additional context
This is something currently present in both emqx and rabbitmq.