Hi,
I configured my auth_providers as discribed in the docs to get access without login on my digital signage pc.
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.0.0/24
- 127.0.0.1
- ::1
allow_bypass_login: true
- type: homeassistant
And it works without enter a login from LAN
After that I created an https access with Nginx Proxy Manager for the mobile app and it works too from WAN
BUT - after weeks I checked it from my work and can see that it is possible to enter the site WITHOUT a login!
Can someone tell me my mistake?
thanks in advance