DP-3T / dp3t-sdk-backend

The backend implementation for DP3T
Mozilla Public License 2.0
198 stars 88 forks source link

Split JWTClaims filter for Exposed and ExposedNextDay #241

Closed martinalig closed 4 years ago

martinalig commented 4 years ago

This PR splits JWTClaims filter and introduces 2 different insert manager beans, one for the exposed request, and one for the exposed next day request. Additionally, we simplify Exception Handling in controller and make InsertException abstract.

Closes #240

ineiti commented 4 years ago

Nice - filtering at its best ;)