DEV Community

Discussion on: Spring Security with JWT

Collapse
 
redaalaoui profile image
Réda Housni Alaoui

Hi,

Instead of creating a Servlet Filter, I think you should go the Spring way by creating a org.springframework.security.web.context.SecurityContextRepository implementation.