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
I think we could trim number of packages we have here:
Principal is pretty standalone and I think I'd like to keep it that way.
core and validator could probably merge I don think there's point to have them separate
initially client did not use validator which is why it was separate, but it's no longer the case because we use capabilities to create invocations / delegations these days
Transport is not that obvious. Perhaps some parts could merge into server and other into client. It was split out because idea is that you should be able to bring your own transport, so maybe it's better to leave it as is for now
Alternatively we may consider an umbrella package(s) that just re-exports all the relevant bits from one so you don't have to pull bunch of them yourself
The text was updated successfully, but these errors were encountered:
I think we could trim number of packages we have here:
Alternatively we may consider an umbrella package(s) that just re-exports all the relevant bits from one so you don't have to pull bunch of them yourself
The text was updated successfully, but these errors were encountered: