Open cami-la opened 2 years ago
Please take a look at the new configuration here: https://gist.github.com/getarrays/4d87c98cd01aaa026d1cf8fa07bbfc33
Amazing! Thanksss.
Can I see these classes?
It's part of a paid course. Please see this link: https://www.getarrays.io/p/json-web-token-jwt-with-spring-security-and-angular
Hi, Jr. How are you?
I'm try to implement JWT with the dependency
implementation 'com.auth0:java-jwt:4.0.0'
, but now theWebSecurityConfigurerAdapter
class is deprecated: https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapterSo, I cannot override
authenticationManagerBean()
method to useAuthenticationManager
in myCustomAuthenticationFilter
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