issues
search
Couch-Coders
/
12th-Fun-Pyeon-log-be
12기 편의점 리뷰 프로젝트 be
https://majestic-babka-2e99ac.netlify.app/
5
stars
0
forks
source link
Feature/access token auth#8
#19
Closed
DoKyeongOh
closed
1 year ago
DoKyeongOh
commented
1 year ago
대략적으로 아래 내용 작업했습니다!
SecureConfig 추가 및 설정 내용 작성
FirebaseTokenFilter 추가 및 내용 작성
UserController, UserService, UserRepository에 로그인, 로그아웃, 회원탈퇴 기능 추가
UserController에 쿠키 생성 및 삭제하는 메소드 추가 (ResponseEntity, ResponseCookie)
AuthService 작성
AbstractAuthService 추상클래스 작성
Prod, Inter AuthService에서 내부 테스트와 배포 시 AuthService 객체 나눌 수 있도록 프로파일 추가
FirebaseInitializer 추가 및 내용 작성
대략적으로 아래 내용 작업했습니다!