team-HOLO / HOLO-Frontend

0 stars 0 forks source link

관리 페이지 및 개인 페이지 접근 차단 #42

Closed jhYun505 closed 1 month ago

jhYun505 commented 1 month ago

목적

관리자만 접근 가능한 페이지에 일반 회원이 접근하는 것을 방지 및 로그인 하지 않은 회원이 마이페이지 접근 방지

작업 상세 내용

참고 사항

jhYun505 commented 1 month ago

created branch feat/43-admin-route to address this issue

jhYun505 commented 1 month ago

mentioned in commit 202de8b503bdbc0f56a8a1968e1afa4121ff46f5

jhYun505 commented 1 month ago

mentioned in commit d135c4a38d2edc2c20042857fa609b1ec19e8e89

jhYun505 commented 1 month ago

marked the task AdminRoute 추가하여 JWT token 사용해서 유저 권한 체크 as completed

jhYun505 commented 1 month ago

marked the task 권한이 없을 경우에는 No Access 페이지로 이동 as completed

jhYun505 commented 1 month ago

marked the task PrivateRoute 추가하여 JWT Token 사용해서 로그인 여부 체크 as completed

jhYun505 commented 1 month ago

marked the task 미로그인 시 로그인 페이지로 이동되도록 리다이렉트 설정 as completed

jhYun505 commented 1 month ago

marked the task 미로그인 시 로그인 페이지로 이동되도록 리다이렉트 설정 as incomplete

jhYun505 commented 1 month ago

marked the task 미로그인 시 로그인 페이지로 이동되도록 리다이렉트 설정 as completed