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

Feat: Security 작업 및 Request Response Logging #11

Merged
merged 57 commits into from
Sep 20, 2023
Merged

Commits on Aug 3, 2023

  1. feat: Add Security Config

    jinsu4755 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d35a3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae771b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. chore: re setting module

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    abcf2ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f05a80 View commit details
    Browse the repository at this point in the history
  3. feat: Add BusinessException

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ce9371d View commit details
    Browse the repository at this point in the history
  4. feat: Add Unauthorized

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b43471f View commit details
    Browse the repository at this point in the history
  5. feat: separate sealed class

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6835a7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff30676 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80aea76 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05f1f50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c75e6dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    433ce28 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e496c2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0dcec47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ac6c90 View commit details
    Browse the repository at this point in the history
  14. feat: Add Sns Auth Type

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    513254b View commit details
    Browse the repository at this point in the history
  15. feat: Add SnsType

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b697451 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bda9cbd View commit details
    Browse the repository at this point in the history
  17. feat: Add UserEntity

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    455bcc8 View commit details
    Browse the repository at this point in the history
  18. feat: Add UserEntity

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7c7abc0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9479856 View commit details
    Browse the repository at this point in the history
  20. feat: Add user domain model

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1b82d74 View commit details
    Browse the repository at this point in the history
  21. feat: Add user mapper

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fca4a37 View commit details
    Browse the repository at this point in the history
  22. style: add comma

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8591671 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1f3cf3c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dc1b158 View commit details
    Browse the repository at this point in the history
  25. feat: Create UserGateway

    jinsu4755 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1de913b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. feat: Add User find feature

    jinsu4755 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3e93095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80bb3b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0e018f View commit details
    Browse the repository at this point in the history
  4. feat: Add JwtConfig file

    jinsu4755 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9d4f244 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b468e63 View commit details
    Browse the repository at this point in the history
  6. style: fix style

    jinsu4755 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bb31d1b View commit details
    Browse the repository at this point in the history
  7. style: fix typo

    jinsu4755 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d3482de View commit details
    Browse the repository at this point in the history
  8. build: Add Mockk Dependency

    mockito 의존성 제거 및 mockK 의존성 추가
    jinsu4755 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1df56ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38f6e45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c09072f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddb2cbf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c712b8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91d5c91 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dee41a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dde7b6c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7940988 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de4f90e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    57c5bcd View commit details
    Browse the repository at this point in the history
  19. chore: Fix file name

    jinsu4755 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d7db66d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    7537d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c60c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    562395c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08b30dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c989225 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59a84f3 View commit details
    Browse the repository at this point in the history
  7. chore: Fix CI action

    jinsu4755 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    90cb4e6 View commit details
    Browse the repository at this point in the history
  8. chore: Fix CI action

    jinsu4755 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    590eb3f View commit details
    Browse the repository at this point in the history
  9. chore: Fix CI action

    jinsu4755 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    674d625 View commit details
    Browse the repository at this point in the history
  10. chore: Fix CI action

    jinsu4755 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f05489b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39cf2cc View commit details
    Browse the repository at this point in the history