User Authentication
ESP-DASH comes with basic HTTP authentication support. You can enable basic HTTP based user authentication to control who can view your dashboard using setAuthentication
function.
Example:
dashboard.setAuthentication("username", "password");