Hello guys, i need help
with following the tutorial in this link ‘Implementing JSON Web Token (JWT) Authentication using Spring Security | A Detailed Walkthrough | by Sayan Das | Geek Culture | Medium’, i can create jwt token authorization but how to return json response instead of an HTML error code like 401 or 400 when the JWT token is not valid, expired, or not used ?