mosquitto - Is there a way to add users programmatically? -


i see mosquito_passwd used create new users or remove users, there way manage users programmatically? is, without calling external shell command.

mosquitto supports plugins authentication , authorisation. there several plugins available support storing users/passwords in database.

e.g. https://github.com/jpmens/mosquitto-auth-plug/

this plugin supports several different types of databases , includes nodejs modules generated encrypted passwords insert database.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -