Autologin to view dashboard

Two options, set the session to be very long (maybe even infinite) and log in once.
Use the insecure GET style login by enabling auth.allow_get_login and put the username and pass in the url.

Depends on the use case of course.

Appreciate the quick response. For anyone in future that needs help:

I did: lnms config:set auth.allow_get_login true

Rebooted.

Tried URL:

http://10.1.0.100/overview/?dashboard=2&username=view&password=password1

Works!

Thanks!