a nodejs mqtt server with aedes, persistence with local mongodb and simple authentication
simple stateless authentication for being little tricky for hacker to crack
- username needs to be 8 charecters long
- password needs to be 8 characters long
- password must start with capital
P