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

24-04-12(금) 4차 배포 #25

Merged
merged 16 commits into from
Apr 12, 2024
Merged

24-04-12(금) 4차 배포 #25

merged 16 commits into from
Apr 12, 2024

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    767dbf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407f894 View commit details
    Browse the repository at this point in the history
  3. feat: custom security filter 적용

    #2
    - from front : /v1/auth/login
    - to bookstore : /v1/user/login
    SongAhyeon01 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    dc17a3c View commit details
    Browse the repository at this point in the history
  4. fix: bookstore url 을 api 에서 open 으로 변경

    #2
    - login api 는 인증을 거치지 않아야 함
    - from front : /v1/auth/login
    - to bookstore : /v1/user/login
    SongAhyeon01 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5f2910b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. fix: bookstore server 로부터의 응답 dto 수정, 토큰 header 수정

    - auth 가 user 당 1개 이므로 AuthorizationResponse 수정, singletonList 적용
    
    - access token header 명을 X-USER-TOKEN 으로 변경
    
    #2
    SongAhyeon01 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d3969ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae364e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5afd954 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    66101a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f98952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779843e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    ebf9c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3552f26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95a9203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86b02c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23 from nhnacademy-be5-staff99/feature/login

    Security 적용한 login api & JWT 토큰 발급
    SongAhyeon01 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0c64e14 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    f944d35 View commit details
    Browse the repository at this point in the history