[backend] Fix JWT token validation
pfortuna opened this issue · 0 comments
pfortuna commented
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.