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

https://github.com/topfreegames/chat-auth

Lib that communicates with MongoDB to manage ACL on MQTT topics
https://github.com/topfreegames/chat-auth

Last synced: 7 months ago
JSON representation

Lib that communicates with MongoDB to manage ACL on MQTT topics

Awesome Lists containing this project

README

          

Chat Auth
=========

Lib helper to authorize and unauthorize players on a MQTT topic that uses Mongo as storage. It's like [pernilongo](https://github.com/topfreegames/pernilongo) but in Go.

More examples on how to use it on examples directory.

## Setup

`make setup`

## Execute examples
`make deps && make run-example`

## Test
`make test`