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/#18 로그인 API 개발 #19

Merged
merged 4 commits into from
Feb 25, 2024
Merged

Feature/#18 로그인 API 개발 #19

merged 4 commits into from
Feb 25, 2024

Conversation

Dh3356
Copy link
Collaborator

@Dh3356 Dh3356 commented Feb 25, 2024

Description

로그인 API 개발

Changes

Controller

  • AuthController

Service

  • AuthQueryService
  • AuthQueryServiceImpl

Dto

  • AuthLoginRequestDto

API

URL method Usage Authorization Needed
auth/login POST 로그인 X

Additional context

Cookie를 통해 accessToken 발급

Closes #18

@Dh3356 Dh3356 added the enhancement New feature or request label Feb 25, 2024
@Dh3356 Dh3356 self-assigned this Feb 25, 2024
@Dh3356 Dh3356 merged commit fe13f9a into develop Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그인 API 개발
1 participant