ops-trust / portal

Ops-Trust Platform - Portal
https://www.ops-trust.net
Apache License 2.0
21 stars 4 forks source link

Profile Sharing #37

Open massar opened 9 years ago

massar commented 9 years ago

It should be possible to have your profile on a 'home instance' and then instruct a different instance to retrieve details from there instead of having to type them over and over all over the place.

Process for sharing:

The 'share token' is a URL pointing to the instance's Profile Sharing interface. Likely we will require HTTPS for these URLs and the content will be JSON formatted.

Profile Sharing does require that each property has one or more 'sharing attributes', eg:

A profile on an instance can be marked as 'master' and 'slave', hence if an update is needed that update has to be performed on the 'master' instance and 'slaves' will just redirect to that instance for editing.