CovidShield / server

Exposure Notification: Diagnosis Server implementation
https://covidshield.app
Apache License 2.0
132 stars 54 forks source link

Interoperability between different server implementations #19

Open lukasmasuch opened 4 years ago

lukasmasuch commented 4 years ago

I'm working on the German Corona-Warn-App project and currently investigating possibilities for interoperability between different exposure notification systems/backends. Do you already have plans on how the CovidShield server can exchange key data with other deployments? The exposure notification reference server provides a specification for a federation API which can be used for an authorized exchange of daily keys (TEKs) between different server deployments. Is this federation API something you might consider to integrate into the CovidShield server?

burke commented 4 years ago

Yeah, we haven't implemented the federation API yet but I have an early WIP branch open for it somewhere—it definitely works with our data model and we intend to implement it (or accept PRs for it) when we need it.