vanadium / issues

Vanadium issue tracker
1 stars 1 forks source link

Integrate Syncbase with Principal Service #838

Open aghassemi opened 9 years ago

aghassemi commented 9 years ago

After Ankur is done with the PS mojo, we should integrate it with Syncbase.

Basically Syncbase needs to:

  1. Talk to PS for every call, get the current blessings for an app mojo Url
  2. Use the obtain blessing to make the call

If app is not logged in, a self-signed blessing should be used to app can access open ACL data. (Whether PS create the self-signed blessing or Syncbase does is TBD)

We also need Dart API for the PS service. Hopefully the generated Dart will be enough, but may need a wrapper if generated DArt from mojom is rough. We may decide to export that API from Syncbase API as well for convenience.

aghassemi commented 9 years ago

@asadovsky @ankurtaly