You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a project I'm working on I'd like to have longer lived 'protected' blobs persistently available. I was hoping to make an allow list for 'read access' based on a peerID . This way, if the ticket gets leaked the protection is not compromised.
I've tried to look for a way to implement this within the current api but it seems like it's not possible at the moment. I certenly could have overlooked something.
Having a Callback function that determines if a peerID is allowed to access a certain ticket would make this protocol applicable to a lot more applications I think.