강의

멘토링

커뮤니티

Inflearn Community Q&A

kim4012337370's profile image
kim4012337370

asked

Spring Boot Security & JWT Lecture

Spring Boot Security Lecture 25 - Forced Login Process for JWT

질문있습니다.

Written on

·

657

0

안녕하세요.
강의 너무 잘 듣고 있습니다.
 
다름이 아니라
 
Authentication authentication = authenticationManager.authenticate(authenticationToken);
를 실행하는 과정에서
 
WARN 24292 --- [nio-8080-exec-1] o.s.s.c.bcrypt.BCryptPasswordEncoder     : Empty encoded password
 
위와 같은 경고창이 뜨면서 실행되지 않습니다.
강의를 3번 돌려보았고, 소스상에는 문제가 없는데 왜이러는지 모르겠습니다.
 
참고로 회원가입을할때 Password를 똑같이 "1234"로 입력하여도 DB에 Encoding 된 비밀번호는 동일하지 않습니다.
springSpring Securityjwt

Answer 2

0

안녕하세요. 혹시 이문제 해결하셨을까요?

0

metacoding님의 프로필 이미지
metacoding
Instructor

소스코드 github 업로드 후 링크 남겨주세요.

 

메타코딩 까페에 질문으로 남겨주세요!!

kim4012337370's profile image
kim4012337370

asked

Ask a question