@ibennani wrote:
Hello.
Is it possible to let one user have multiple login sessions?I.e. User 1 can login from both a phone and a computer at the same time, or on a local machine and using remote access to the frontend?
Here’s my config:
homeassistant: auth_providers: - type: homeassistant - type: trusted_networks trusted_networks: - 127.0.0.1 - 192.168.0.0/24 trusted_users: 192.168.0.0/24: - group: system-users 127.0.0.1: - group: system-users
Posts: 2
Participants: 2