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
- Host: GitHub
- URL: https://github.com/topfreegames/chat-auth
- Owner: topfreegames
- Created: 2018-10-15T22:07:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T21:53:47.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T14:19:44.952Z (over 1 year ago)
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`