An open API service indexing awesome lists of open source software.

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

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.