Skip to content

Volantmq Plugin for supporting Authentication based on mongodb

Notifications You must be signed in to change notification settings

arihantdaga/volantmqplugin_auth_mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VolantMQ Plugin Auth Mongo

VolantMQ Plugin for supporting Authentication using MongoDb.

If you are using Mongodb in your application. You can easily connect your database and use it as backend for authentication in VolantMQ.

Expected config in config.yaml

- name: authmongo
        backend: mongo
        config:
          mongoURI: mongodb://localhost:27017/mqtt
          database: mqtt
          collection: mqtt_user

About

Volantmq Plugin for supporting Authentication based on mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages