https://github.com/maximemoreillon/mosquitto_auth_gateway
A service to connect Mosquitto's mosquitto-go-auth plugin to the user manager API
https://github.com/maximemoreillon/mosquitto_auth_gateway
authentication express mqtt
Last synced: 3 months ago
JSON representation
A service to connect Mosquitto's mosquitto-go-auth plugin to the user manager API
- Host: GitHub
- URL: https://github.com/maximemoreillon/mosquitto_auth_gateway
- Owner: maximemoreillon
- Created: 2022-06-02T09:35:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T10:06:26.000Z (over 2 years ago)
- Last Synced: 2026-01-30T13:29:27.746Z (5 months ago)
- Topics: authentication, express, mqtt
- Language: TypeScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mosquitto Auth Gateway
A service to connect Mosquitto's mosquitto-go-auth plugin to the user manager API
## Environment variables
| Variable | Description |
| --- | --- |
| LOGIN_URL | URL for user login |
| IDENTIFICATION_URL | URL used to identify users |
## A note on /superuser
In the /superuser endpoint, the request body only contains username. To identify the user as administrator, the username must be the user JWT.