bezkoder / spring-boot-spring-security-jwt-authentication

Spring Boot + Security: Token Based Authentication example with JWT, Authorization, Spring Data & MySQL
1.29k stars 815 forks source link

WebSecurityConfig.java AuthTokenFilter bug #37

Open mbrnas opened 3 months ago

mbrnas commented 3 months ago

Hi sir, on the WebSecurityConfig java file, the AuthTokenFilter constructor is missing two parameters, jwt utils and user details service.

Can you please assign this issue to me so that I can resolve it.

Thank you.