socrates hlapolosa
@mattraible Great Article, great series.
However, I got an empty list (not just the first time, always) when calling /cool-cars and after a little debugging I discovered a null pointer being thrown inside UserFeignClientInterceptor… because SecurityContextHolder.getContext().getAuthentication() returns null. Any idea why? Secondly, when i comment out that piece it works but I am not sure what i’m loosing by doing so, could you please explain.