Removing the need for Long-lived access token for authentication in trusted networks

Hi all,

I’m working on integrating my smart home system with Home Assistant and am running into the topics of authentication for simple HTTP calls. Right now I use a long live access token and authentication works great, but it will be a hassle to replace it in my smart home system if the token changes in the future.

I wanted to see if anyone has successfully gotten the Trusted Networks feature to allow unauthenticated (i.e. without access token) REST API access (e.g., calling to /api/script/script_name) in recent Home Assistant versions?

Thanks