Access dashboard from Internet without user/pass

I have a HomeAssistant dashboard that I want to make accessible from the Internet, but without requiring a username/password login. I want users to be able to access a specific view in HomeAssistant directly.

For example, it should be accessible via a URL like this:
homeassistant.example.com/my-view/?token=abcd1234

Any tips on how to achieve this would be greatly appreciated!