Currently a TOM can be configured to share data with another TOM in settings.DATA_SHARING These credential are "TOM-wide" (i.e. available to all users of the TOM). If we wanted to have an individual TOM User (and only that User) able to share data to another TOM, then those credentials/api-key would need to be stored in the User's tom_common.models.Profile. We don't have this set up but we could if it was needed.
Currently a TOM can be configured to share data with another TOM in
settings.DATA_SHARINGThese credential are "TOM-wide" (i.e. available to all users of the TOM). If we wanted to have an individual TOM User (and only that User) able to share data to another TOM, then those credentials/api-key would need to be stored in the User'stom_common.models.Profile. We don't have this set up but we could if it was needed.