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

✨ [FEATURE] Organization 정보 추출용 어노테이션 추가 #28

Merged
merged 6 commits into from
Jan 21, 2024

Conversation

kimday0326
Copy link
Member

📎 Issue Number

🔎 Key Changes

  • Organization 정보 추출용 어노테이션 추가 (@AuthOrganization)
  • local용 docker-compose 추가
  • 시큐리티 토큰 구조 수정

💌 To Reviewers

  • [중요] Test Controller 참고하셔서 @AuthOrganization 어노테이션으로 로그인한 단체 정보 받아서 쓰시면 됩니다.
  • [중요] 변환 문제때문에 토큰에 CustomUserDetails 를 담지 않고 직접 id, email, authority를 담도록 수정하였습니다.
  • 현재 토큰 reissue는 동작안하도록 막아놓았습니다. 너무 길어질 것 같아서 우선 생략하고, 회의에서 따로 말씀드리겠습니다.
  • 에러 반환값이 이상하게 날라오는 문제가 있어서 수정해야 할 것 같아요..
  • 추가로 local용 docker-compose 파일 만들어놓았으니 필요하신분 local 작업 하실 때 사용하시면 됩니다. application-local.yml 필요하시거나 사용법 모르시는 분은 슬랙으로 말씀해주세요

@kimday0326 kimday0326 added the feat Developing new features label Jan 21, 2024
@kimday0326 kimday0326 self-assigned this Jan 21, 2024
@kimday0326 kimday0326 linked an issue Jan 21, 2024 that may be closed by this pull request
1 task
Copy link
Collaborator

@dbwp031 dbwp031 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kimday0326 kimday0326 merged commit 6d8f625 into develop Jan 21, 2024
2 checks passed
@kimday0326 kimday0326 deleted the feature/#27 branch January 21, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Developing new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [FEATURE] Organization 정보 추출용 어노테이션 추가
2 participants