Skip to content
New issue

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

[Day-7] 회원 역할 생성 후 회원 삭제는 관리자만 가능하도록 범위를 제한한다 #7

Merged
merged 3 commits into from
Nov 27, 2022

Conversation

giibeom
Copy link
Owner

@giibeom giibeom commented Nov 27, 2022

개요

  • 회원의 역할(Role)을 생성한다.
  • 회원 데이터 삭제는 본인 및 관리자만 가능하다.

작업 요약

  • 회원 역할을 USER, ADMIN으로 생성합니다.
  • 회원 정보 삭제는 관리자만 삭제할 수 있도록 제한합니다

작업 내용

(체크 박스를 모두 선택해야 merge가 활성화 됩니다.)

  • 회원 역할 생성
  • 회원 정보 삭제는 관리자만 하도록 제한

@giibeom giibeom merged commit 2a3173a into main Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant