alexCajas / EmbeddedMqttBroker

This is a Mqtt broker for embedded devices, developed in C++, FreeRTOS to use advanced multitasking capabilities, and arduino core. Tested in an Esp32 and esp8266.
https://github.com/alexCajas/EmbeddedMqttBroker
MIT License
73 stars 15 forks source link

Support for username and password #10

Closed Sev7eNup closed 1 year ago

Sev7eNup commented 1 year ago

Hi,

ist there a chance that you add support for username and password usage for client connection?

alexCajas commented 1 year ago

Yes ofcourse, I will include that in QOS-1 version.

papercodeIN commented 1 month ago

Hi @alexCajas, Could you please provide or share example to implement Secure Broker with username and password ?