You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/www/posts/2013/07/authentication-plugins.md

32 lines
982 B
Markdown

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!--
.. 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