Client authorization for eepsite
Hi, is there a way to create whitelist only eepsite? For example based on public key list in config similar to tor https://community.torproject.org/onion-services/advanced/client-auth/
I would like to access data from my home sensors over i2p so i can avoid static IP, ddns, portforwarding and so on. For clear reasons I would prefer this info not to be accessible to anyone but me.
I am aware that chances of guassing the whole b32 address are very small. But it just feels like the right way should be using the whitelist or at least password auth.
I suppose using basic auth on the web server is a way. But it feels way less robust that auth directely on the i2p layer. Especially since in the tor implementation, without the correct private key the service appears to not exist at all.
Thank you.