Relative Content

Tag Archive for javaspringspring-mvcspring-securityjwt

Setting up a filter in Spring Security

I’m trying to set up an application using Spring Security, but have not yet encountered creating my own filters, providers, and implementing the UsernamePasswordAuthenticationToken class. Task: implement the generation of a JWT token, but with the addition of the above classes. I ask for help, because I don’t know where to dig.
This is what the SecurityConfig class looks like