Go to file
James Pace b18ed96444 Better handle missing usernames. Fix test. 2022-03-16 23:42:07 +00:00
include/jwp-plugin General cleanup. 2021-11-20 15:02:30 +00:00
src Better handle missing usernames. Fix test. 2022-03-16 23:42:07 +00:00
test Better handle missing usernames. Fix test. 2022-03-16 23:42:07 +00:00
.gitignore Initial iteration of plugin. 2021-11-08 00:47:39 +00:00
CMakeLists.txt Cleanup. 2021-11-18 02:58:31 +00:00
LICENSE Documentation update. 2021-11-20 15:05:32 +00:00
README.md Fix typo. 2021-11-20 15:13:11 +00:00
external-deps.cmake Move hack to external-deps.cmake. 2021-11-08 04:33:25 +00:00

README.md

j7s-jwt-mosquitto-auth

Authentication using JWTs for the mosquitto mqtt broker.

Dependencies

sudo apt install mosquitto-dev g++ cmake libmosquitto-dev mosquitto-clients
sudo apt install openssl libssl-dev