You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add @lazy annotation to fix circular dependency in JwtAuthenticationFilter
- Add @lazy annotation to UserDetailsService injection in JwtAuthenticationFilter
- This should resolve the circular dependency between SecurityConfig and JwtAuthenticationFilter
0 commit comments