Skip to content

Commit

Permalink
docs: Basic 인증 구현 요구사항 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
박원종/웹서비스서버개발Cell/Kia committed Nov 2, 2024
1 parent 8dda0fd commit 56accb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# spring-security-authentication
### 아이디와 비밀번호 기반 로그인 구현
- 아이디와 비밀번호 확인 기능
- session 에 인증정보 저장
- session 에 인증정보 저장

### Basic 인증 구현
- Basic 유저 정보 추출
- 인증 기능
- session 에 인증정보 저장

0 comments on commit 56accb0

Please sign in to comment.