-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
박원종/웹서비스서버개발Cell/Kia
committed
Nov 2, 2024
1 parent
8dda0fd
commit 56accb0
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# spring-security-authentication | ||
### 아이디와 비밀번호 기반 로그인 구현 | ||
- 아이디와 비밀번호 확인 기능 | ||
- session 에 인증정보 저장 | ||
- session 에 인증정보 저장 | ||
|
||
### Basic 인증 구현 | ||
- Basic 유저 정보 추출 | ||
- 인증 기능 | ||
- session 에 인증정보 저장 |