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

예약 생성 로직 리팩토링 #37

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Conversation

ki-met-hoon
Copy link
Owner

  • kakao 로그인 서비스 및 시큐리티 구현 후 하드 코딩된 user_account ID 값을 securtiy에서 받아온 ID 값으로 변경
  • saveReservationAndReturnId method 삭제
  • API 경로에 따른 권한 설정
    • 디버깅용 H2 콘솔 창에 대한 URL를 전체 허용
    • "/library/reservation/**"에 대한 URL를 USER 권한만 허용
    • "/library/seats"에 대한 URL을 전체 허용

This closes #19

- 디버깅용 H2 콘솔 창에 대한 URL를 전체 허용
- "/library/reservation/**"에 대한 URL를 USER 권한만 허용
- "/library/seats"에 대한 URL을 전체 허용
- kakao 로그인 서비스 및 시큐리티 구현 후 하드 코딩된 user_account ID 값을 securtiy에서 받아온 ID 값으로 변경
- saveReservationAndReturnId method 삭제
@ki-met-hoon ki-met-hoon self-assigned this Mar 21, 2024
@ki-met-hoon ki-met-hoon merged commit b47353b into main Mar 21, 2024
1 check passed
@ki-met-hoon ki-met-hoon deleted the feature/#19-PostReservation branch March 21, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

도서관 예약 생성 서비스 구현
1 participant