Extending the resource access permission model on iroh-rings
iroh-rings started with a binary ALLOWED/DENIED access model. Reasoning here the transition to a READ/WRITE/DELETE permission model.
iroh-rings started with a binary ALLOWED/DENIED access model. Reasoning here the transition to a READ/WRITE/DELETE permission model.
How to compose iroh’s transport, content-addressed blob storage, and ring-based access control into a permission-aware P2P file drop.
How I designed a ring-based access control library on top of iroh — and why the Registry trait is the most important design decision in it.
How to use a Bloom filter to check membership across 100 million URLs without blowing up RAM — and why a hash set wouldn’t cut it.