eclipse / amlen

Message Broker for IoT/Mobile/Web. Mainly uses MQTT v3.x and v5. Aims to be easy to use, scalable and reliable
Eclipse Public License 2.0
48 stars 11 forks source link

Basic Auth Support #174

Closed dozim closed 1 month ago

dozim commented 7 months ago

Hello Amlen team,

I am interested in using the Amlen broker as an mqtt broker with basic auth(Username + Password) access. I have read that the broker supports LDAP, OAUTH and LTPA but as far as I understand there is no simple basic auth solution? Currently, I would not want to operate another Auth-Server if possible. If not, is it possible to add this as an extension/plugin? The protocol plugin does not seem to be an generic extension mechnism, isn't?

jonquark commented 1 month ago

At the moment there is no plan to add auth directly into the server