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

twig - Using Twigbridge in a Laravel 5.1 Package -

java - Openshift port-forwarding -

php - Symfony 2: "No route found for "GET /" - error on fresh installation -