diff --git a/README.md b/README.md index 6bdf82e4..38b79b3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # spring-security-authentication ### 아이디와 비밀번호 기반 로그인 구현 - 아이디와 비밀번호 확인 기능 - - session 에 인증정보 저장 \ No newline at end of file + - session 에 인증정보 저장 + +### Basic 인증 구현 + - Basic 유저 정보 추출 + - 인증 기능 + - session 에 인증정보 저장 \ No newline at end of file