mosquitto/www/posts/2013/07/authentication-plugins.md
Roger A. Light 8aef00d3df Add website.
2018-09-20 09:34:16 +01:00

32 lines
982 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
.. title: Authentication plugins
.. slug: authentication-plugins
.. date: 2013-07-18 22:27:45
.. tags: Solutions
.. category:
.. link:
.. description:
.. type: text
-->
There has been some interest in authentication plugins for mosquitto recently.
Some examples have appeared:
Authentication based on md5 hashes: [mosquitto_auth_plugin_md5]
Authentication based on md5 hashed passwords in postgresql:
[mosquitto_auth_plugin_pg_md5]
Authentication and topic ACL with redis and a PBKDF2
hash: [mosquitto-redis-auth]
I particularly like the redis based plugin for the interesting additions like
the "superuser" that is exempt from ACL checks.
If you've written an auth plugin and think it might be useful to others, let me
know.
[mosquitto_auth_plugin_md5]: https://github.com/sskaje/mosquitto_auth_plugin_md5
[mosquitto_auth_plugin_pg_md5]: https://github.com/sebaroesch/mosquitto_auth_plugin_pg_md5
[mosquitto-redis-auth]: https://github.com/jpmens/mosquitto-redis-auth