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
user_id
<a href="#" th:id="${r.inq_idx}" class="test">상세정보</a> id가 웹에서 보여서 암호화해서 내보내거나 백엔드에서 session에서 가져온 member정보랑 요청한 member랑 일치하는지 확인하기
<a href="#" th:id="${r.inq_idx}" class="test">상세정보</a>
암호화하는쪽으로 하면 요청들어오면 복호화해야함 근데 멤버일치하는지 보려면 쿼리를 한번더써야하니까..
어느쪽이 효율적이지 둘중 하나 고르는것도 맞는건지 모르겠다 하 스프링 시큐리티에서 뭐 하는 방법이 있으려나 ?ㅋㅋ
The text was updated successfully, but these errors were encountered:
kyupid
No branches or pull requests
<a href="#" th:id="${r.inq_idx}" class="test">상세정보</a>
id가 웹에서 보여서 암호화해서 내보내거나
백엔드에서 session에서 가져온 member정보랑 요청한 member랑 일치하는지 확인하기
암호화하는쪽으로 하면 요청들어오면 복호화해야함
근데 멤버일치하는지 보려면 쿼리를 한번더써야하니까..
어느쪽이 효율적이지 둘중 하나 고르는것도 맞는건지 모르겠다 하
스프링 시큐리티에서 뭐 하는 방법이 있으려나 ?ㅋㅋ
The text was updated successfully, but these errors were encountered: