wraps the jwt decoding to throw an appropriate error that is translated to a 403 by Spring
handles errors thrown by the preauth(hasRole(...)) in the error handler to return better messages and codes
Removes an unused controller. The controller removed simpler returned findall for all of its endpoints ignoring params. According to other members of the team, it is not required.
This PR
preauth(hasRole(...))
in the error handler to return better messages and codescloses #102