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
• 권한 문자열이 ROLE_ROLE_ADMIN, ROLE_ROLE_USER 등으로 중복된 접두사를 가지는 문제가 발생. • Spring Security에서 기대하는 권한 값 형식(ROLE_ADMIN, ROLE_USER)과 달라 인증 및 권한 검사에서 실패.
- JWTFilter.java 수정: • CustomUserDetails.getAuthorities() 대신 CustomUserDetails.getRole() 값을 직접 사용하여 권한 리스트를 생성.
The text was updated successfully, but these errors were encountered:
heegu123
When branches are created from issues, their pull requests are automatically linked.
00 에러
📄 설명 :
❗️ 발생한 에러 :
⭕️ 해결방안 :
📝 메모 :
The text was updated successfully, but these errors were encountered: