Auto-Signin add-on provides a simple way to bypass authentication based on rules. For example, a TV can be automatically authenticated by its IP address.
This add-on is automatically enabled if a rule is declared. A rule links username to a rule. The only usable variable here is $env. Example:
| Key (username) | Rule |
|---|---|
| dwho | $env→{REMOTE_ADDR} == '192.168.42.42' |