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
권한제어를
RequestUser
RequirePermission
간단하게 JWT 권한을 확인할 수 있는 annotation을 추가한다. 또는 기존 annotation을 수정한다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AS-IS
권한제어를
RequestUser
annotation parameter가 있다.RequirePermission
annotation이 있다.로 제어하고 있다.
각각 specific 한 상황에서만 사용하도록 구현되어 있다.
TO-BE
간단하게 JWT 권한을 확인할 수 있는 annotation을 추가한다.
또는 기존 annotation을 수정한다.
The text was updated successfully, but these errors were encountered: