DP-3T / dp3t-sdk-backend

The backend implementation for DP3T
Mozilla Public License 2.0
199 stars 87 forks source link

Different insertmanager for exposed and exposed next day #240

Closed martinalig closed 4 years ago

martinalig commented 4 years ago

To make the insert process more clear, there should be an insertmanager for the exposed endpoint and one insertmanager for the exposed next day endpoint.

This will also make the EnforceMatchingJWTClaims filter more understandable and less error prone.

ineiti commented 4 years ago

Should this be resolved before #213 goes in?

martinalig commented 4 years ago

Yes, this should go in before, as it is a refinement of the insert manager.