Skip to content

dobermai/hivemq-rest-auth-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HiveMQ Example REST Authentication Plugin

This repository shows the example usage of a HTTP Client in the HiveMQ plugin system. This POC does a HTTP POST to a REST API and uses the response to authenticate the client.

Huh? How do I use this?

You can find all relevant information to get started in the HiveMQ plugin documentation.

Don’t worry, it’s REALLY easy :-)

Is this production ready?

NO! This is just a proof of concept and shows how to use external libraries + external services to integrate with HiveMQ. Please use proper caching when doing such things in production, otherwise you’ll probably make your users and your operations guys unhappy. And make sure to read the HiveMQ plugin documentation.

About

A authentication plugin for HiveMQ which demonstrates how to use a REST authentication webservice together with HiveMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages