Hi, Jr. How are you?
I'm try to implement JWT with the dependency implementation 'com.auth0:java-jwt:4.0.0', but now the WebSecurityConfigurerAdapter class is deprecated: https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter
So, I cannot override authenticationManagerBean() method to use AuthenticationManager in my CustomAuthenticationFilter reference.
Before:

Now:

Can you help me?
This is my repository https://github.com/cami-la/reddit-clone-freeCodeCamp/tree/master/src/main/java/com/freecodecamp/redditclone/config
Hi, Jr. How are you?
I'm try to implement JWT with the dependency
implementation 'com.auth0:java-jwt:4.0.0', but now theWebSecurityConfigurerAdapterclass is deprecated: https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapterSo, I cannot override
authenticationManagerBean()method to useAuthenticationManagerin myCustomAuthenticationFilterreference.Before:

Now:

Can you help me?
This is my repository https://github.com/cami-la/reddit-clone-freeCodeCamp/tree/master/src/main/java/com/freecodecamp/redditclone/config