We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
정보 입력을 마친 후, 메인 페이지에서 뒤로 가기를 통해 정보입력 페이지에 재 접근이 가능해집니다.
userinfo 페이지의 접근 제한이 없습니다.
사용자의 정보가 저장 되어 있는지 서버에 정보를 get 요청 한 후, 비교하여 접근을 제어합니다.
The text was updated successfully, but these errors were encountered:
Merge branch 'develop' into refactor/#117/정보입력-페이지-접근제어
201a63a
One-HyeWon
Successfully merging a pull request may close this issue.
1. 문제 정의
정보 입력을 마친 후, 메인 페이지에서 뒤로 가기를 통해 정보입력 페이지에 재 접근이 가능해집니다.
2. 원인 파악
userinfo 페이지의 접근 제한이 없습니다.
3. 해결
사용자의 정보가 저장 되어 있는지 서버에 정보를 get 요청 한 후, 비교하여 접근을 제어합니다.
4. 결과 확인
The text was updated successfully, but these errors were encountered: