Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 요약
이슈 번호 : #12
🔖 변경 사항
스페이스 생성 api 개발
로그인 진행한 유저는 jwt를 발급받아서 스페이스 생성 요청을 보낼 수 있음 -> 로그인 response의 헤더에 있는 jwt를 스페이스 생성 request 헤더에 넣어야 함
스페이스 생성 요청에 대한 response의 헤더에는 새로운 jwt가 발급됨 (이 유저가 해당 스페이스에 속해있음을 알려주는 jwt)
-> 새로 발급되는 jwt에는 userId, <spaceId, 해당 스페이스에서 이 유저의 권한> map의 list 가 payload에 들어있음
-> 이 정보를 가지고 해당 스페이스에 대한 요청을 보낼수 있는 권한을 가지고있는지를 확인할수 있습니다!
✅ 리뷰 요구사항
📸 확인 방법 (선택)
📌 PR 진행 시 이러한 점들을 참고해 주세요