Tech4covid19/trackovid19-backend

[backend] Fix JWT token validation

pfortuna opened this issue · 0 comments

At least these endpoints are not validating the JWT token:
/symptom/all,
/video/all,
/condition/all,
/confinementState/all

The backend API should be refactored so that JWT validation is occurring in a centralized place. The best candidate is when doing the authentication.