I am using a Spring Security AuthenticationEntryPoint to handle unauthorized requests to my backend. Basically the entrypoint is just sending a 401 to the clien
AuthenticationEntryPoint