DrunkenNeoguri / WaitSecond

It's develop repository waiting managemenet web solution by restaurant, cafe, etc store.
https://waitsecond.vercel.app
10 stars 0 forks source link

로그인되지 않은 경우에도 일부 관리자 페이지에 접근할 수 있는 문제 #58

Closed DrunkenNeoguri closed 1 year ago

DrunkenNeoguri commented 1 year ago

[이슈 일자] 2023-04-25

[이슈 보고자] @DrunkenNeoguri

[재현 절차]

  1. 관리자 로그인 페이지에서 로그인을 하지 않고, /adminsetting path로 관리자 설정 페이지로 직접 이동합니다.
  2. 관리자 설정 페이지에 로그인을 하지 않아도 접근할 수 있습니다.

[수정 결과] /adminsetting path 외에 일부 관리자 설정 페이지들에 로그인하지 않고 직접 이동 시, 로그인 페이지로 다시 redirect 되어야 합니다.

DrunkenNeoguri commented 1 year ago

Fix: 로그인 상태가 아니어도 일부 관리자 페이지에 접근할 수 있는 문제 수정(https://github.com/DrunkenNeoguri/WaitSecond/commit/111273cc56d7e12d69eb009d9555c33680eef299)

DrunkenNeoguri commented 1 year ago

Fix: React 모듈을 중복으로 선언한 문제 수정(https://github.com/DrunkenNeoguri/WaitSecond/commit/245d9b2865c9fe8df6ea4adf91744e4ee2e1b8da)

DrunkenNeoguri commented 1 year ago

수정 완료되어 develop 브랜치로 머지 진행합니다. 진행 후, 테스트 후에 문제 없으면 추후 릴리즈 버전에 함께 포함하여 main 브랜치로 머지 진행하겠습니다.

DrunkenNeoguri commented 1 year ago

해당 이슈 핫픽스 이슈와 함께 메인 브랜치로 머지 완료됐습니다. 이슈 닫습니다.