No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| custom_components/patched-auth | ||
| hacs.json | ||
| LICENSE.md | ||
| README.md | ||
Home Assistant auth allowing all IPs as client_id
This integraction overwrites the core auth code. This should allow access to Home Assistant through Tailscale on port 80. Fixing this issue.
Warning
Using this integration changes how core auth works. If it is installed bug fixes landing in Home Assistant regarding auth will not apply to your Home Assistant installation. This might leave your Home Assistant installation vulnerable to serious security issues.
Use this integration with caution.
License
Most code here is directly copied from Home Assistant core. Which is licensed under Apache License 2.0.
Any modifications made by me are licensed under AGPL 3.
Home Assistant auth integration patching out client_id IP verification
Copyright (C) 2026 Kevin Holm
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.