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
Currently shared delegations send via access/delegate are stored in separate bucket that access/claim reads from.
Instead we should client store archived delegation in their space and then allow sharing it through access/delegate. In fact access/delegate and access/claim should just provide pointers to the CIDs and client should take care of fetching those on their own.
The text was updated successfully, but these errors were encountered:
Currently shared delegations send via access/delegate are stored in separate bucket that access/claim reads from.
Instead we should client store archived delegation in their space and then allow sharing it through access/delegate. In fact
access/delegate
andaccess/claim
should just provide pointers to the CIDs and client should take care of fetching those on their own.The text was updated successfully, but these errors were encountered: