issues
search
jnnkk
/
blog-service-backend
1
stars
0
forks
source link
Spring Security 관련 설정 (JWT토큰을 이용한 인증)
#5
Open
jnnkk
opened
2 months ago
jnnkk
commented
2 months ago
Spring Security 6 업데이트로 인해 deprecated 된 요소나 변경요소가 너무 많음 (예: filterchain 방법)
최신기술이라 관련 정보가 부족
GPT도 최신정보가 아니어서 잘못된 정보제공
Udemy 강의도 예전꺼라 예전방법 사용
해결법을 찾아야한다...
jnnkk
commented
2 months ago
드디어 Basic Auth 인증 성공
UserEntity 기반 인증 성공
.httpBasic(Customizer.withDefaults()) + AuthenticationManager 설정을 해줘야 했음
즉, .httpBasic(Customizer.withDefaults()) + AuthenticationManager + UserDetails + UserDetails Service + PasswordEncoder 설정 필요
/auth 이동시 로그인 주체 세부정보 조회