quartiq / minimq

Minimal no_std MQTT v5.0 client implementation
MIT License
143 stars 16 forks source link

Adding support for authentication #140

Closed cnmozzie closed 1 year ago

cnmozzie commented 1 year ago

Add a set_auth function to set the user name and password. I test with the version 0.7.0 and it works fine. Not sure if it compatible with the current version. issue 119

Fixes #119

ryan-summers commented 1 year ago

@cnmozzie Are you still interested in this functionality? I was planning on cutting a release of minimq soon and it would be nice to have this in there :)

ryan-summers commented 1 year ago

I think I did a mismerge through the Github UI on accident. I'm going to emrge as-is and manually fix it in a follow-up