-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Github deployment & Documented build process
- Loading branch information
Showing
3 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,16 @@ | |
Simple Plugin for Mosquitto which enables authentication and authorisation via JWT as MQTT password. | ||
|
||
Requires at least Mosquitto v1.6.3 | ||
|
||
## Building | ||
**Prebuild** version is available [here](https://github.com/wiomoc/mosquitto-jwt-auth/releases/latest) | ||
|
||
1. If not done yet, [install Rust](https://www.rust-lang.org/tools/install) | ||
2. Clone `git clone [email protected]:wiomoc/mosquitto-jwt-auth.git` | ||
3. Build `cargo build --release`, on success plugin should be located at `target/release/libmosquitto_jwt_auth.so` | ||
|
||
## Configuration | ||
`auth_plugin` should point to the path of `libmosquitto_jwt_auth.so` | ||
|
||
| Property | Valid values | Usage | | ||
|--------------------|------|-------| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters