how can i display error when i use spring security?
I’m building an API using Spring Boot, and I’ve implemented Spring Security for login and registration. However, when I access an endpoint of my API without good body, I consistently receive a 403 error. I’ve tried creating custom error handling, but I’m not sure I handle exceptions for all possible errors.