Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@ public Authentication attemptAuthentication(HttpServletRequest request, HttpServ
- **인증이 완료된 상태**
- **인증이 완료되지 않은 상태**

사용자의 `인증 요청` 즉 `Login 요청` 이 들어왔을 때

`인증이 완료되지 않은 상태의 인증 객체`가 초기에 바로 생성되고

이 `인증 객체`가 비즈니스 로직을 거쳐서 `인증이 완료된 상태`로 변경되는 것이 `인증 과정` 이다

</Callout>

<Callout type="warning" emoji="❔">
Expand Down