-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it possible to create username and password for clients? #49
Comments
yes i just tried and it works thanks! next request :) two nice features to have :
|
Are there any open source brokers with this kind of functionality? If there is one, I would like to imitate its implementation and settings.. There are no plans to implement unique access restrictions specific to this broker. |
yes there is https://github.com/eclipse/mosquitto it one of the most popular mqtt brokers |
I'm using Mosquito, but I don't know the settings to achieve this. In mosquitto, what settings do I need to do to achieve this?
|
https://mosquitto.org/man/mosquitto-conf-5.html check general options>acl file option and "password_file" option .there is a description there. |
Thank you for the information. If we use a password file, we will need a file system like SPIFFS. |
i was wondering if it is possible to assign a username/password for clients that would connect to the broker?
The text was updated successfully, but these errors were encountered: