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
spring security에서 제공하는 기본 user 관련 쿼리는 제대로 동작암. controller에서 직접 Principal 객체에서 user 정보들고오면, 다른유저(이전 로그인한) id 들고옴.. 페이지 변경/url 변경 시 유저정보 자체가 변경됨
The text was updated successfully, but these errors were encountered:
https://www.baeldung.com/spring-security-manual-logout
https://www.baeldung.com/get-user-in-spring-security
https://catsbi.oopy.io/f9b0d83c-4775-47da-9c81-2261851fe0d0
Sorry, something went wrong.
No branches or pull requests
spring security에서 제공하는 기본 user 관련 쿼리는 제대로 동작암.
controller에서 직접 Principal 객체에서 user 정보들고오면, 다른유저(이전 로그인한) id 들고옴..
페이지 변경/url 변경 시 유저정보 자체가 변경됨
The text was updated successfully, but these errors were encountered: