Support internal authentication
1995parham opened this issue · 0 comments
1995parham commented
New release of EMQX (version 5) does not have a way for disabling authentication and authorization on a specific listener so we need to do the authentication and give the superuser access so we can actually reduce their future load on the system.
Because these are internal systems, we can use HMAC-based solutions for their JWT token and make the procedure easier than what we have for external services.