
You need to ditch your JWT authentication filter: Spring Boot authentication using JWT
I think it is time to ditch your JWT authentication filter. I know, I know, it has been working fine for you so far. But hear me out. Last month I had a conversation with my colleague Abdel about securing REST APIs in spring boot with JWT, and we noticed that the tutorials have a different approach than the philosophy of the framework...