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

[BE] 스태프 권한을 인증한다. #478

Open
xxeol2 opened this issue Sep 28, 2023 · 0 comments · May be fixed by #480
Open

[BE] 스태프 권한을 인증한다. #478

xxeol2 opened this issue Sep 28, 2023 · 0 comments · May be fixed by #480
Assignees
Labels
BE 백엔드에 관련된 작업

Comments

@xxeol2
Copy link
Member

xxeol2 commented Sep 28, 2023

✨ 세부 내용

스태프 권한 인증

- 로그인 하면 똑같이 JWT 토큰 발급
- 스태프 계정은 공연에 대해 종속적인게 아닌 축제에 종속 (모든 공연에 대해 검증 가능)
    - 축제 생성시 스태프 코드 생성
    - 스태프 계정은 축제 당 하나만
    - snu.ac.kr → snu1234
        ㄴ 계정 생성 비즈니스 로직 (도메인의 . 나오기 전 값 과 랜덤한 4자리 숫자)

⏰ 예상 소요 시간

4시간

@xxeol2 xxeol2 added the BE 백엔드에 관련된 작업 label Sep 28, 2023
@xxeol2 xxeol2 self-assigned this Sep 28, 2023
@xxeol2 xxeol2 linked a pull request Sep 28, 2023 that will close this issue
@xxeol2 xxeol2 linked a pull request Sep 28, 2023 that will close this issue
xxeol2 added a commit that referenced this issue Oct 5, 2023
# Conflicts:
#	backend/src/main/java/com/festago/entry/application/EntryService.java
#	backend/src/main/java/com/festago/festival/application/FestivalService.java
#	backend/src/main/java/com/festago/presentation/StaffMemberTicketController.java
#	backend/src/main/java/com/festago/school/domain/School.java
#	backend/src/main/java/com/festago/stage/domain/Stage.java
#	backend/src/test/java/com/festago/application/EntryServiceTest.java
#	backend/src/test/java/com/festago/domain/StageTest.java
xxeol2 added a commit that referenced this issue Oct 6, 2023
# Conflicts:
#	backend/src/test/java/com/festago/support/SetUpMockito.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant