You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: gitignore 수정
* feat: 관리자 로그인 페이지 만들기
* feat: 로그인 기능 구현
* feat: guard를 통한 어드민 엔드포인트 보호
* feat: 평문 비교가 아닌 해시로 비교 하도록 변경
* feat: ProtectedRoutes로 라우트 접근 보호 컴포넌트 추가
* fix: Bearer 토큰에 관한 설정 진행
* feat: axios interceptor로 어드민 api 요청에 관한 액세스에 토큰 추가 기능 구현
* feat: 서버에서 쿠키 생성 로직 추가
* feat: admin guard에 쿠키 파싱 진행
* feat: 클라이언트에서 쿠키를 이용한 로그인 방법으로 리팩토링 진행
0 commit comments