Go to file
James Pace a319e7f3c7 Fix test. 2022-03-13 20:04:20 +00:00
include/jwp-plugin General cleanup. 2021-11-20 15:02:30 +00:00
src Fix test. 2022-03-13 20:04:20 +00:00
test Fix test. 2022-03-13 20:04:20 +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