feat: replace placeholder auth with db hash

This commit is contained in:
2026-01-14 13:44:26 +01:00
parent b706a9ce14
commit bf913012ac
3 changed files with 89 additions and 6 deletions
+1
View File
@@ -126,6 +126,7 @@ func main() {
r.GET("/health", h.Health)
r.GET("/hello", h.Hello)
r.POST("/login", h.Login)
r.POST("/register", h.Register)
r.GET("/devices", h.GetDevices)
// mqttping endpoint handled by internal/handler (protected)