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: 로그인 기능 추가 #17

Merged
merged 3 commits into from
Jul 8, 2021

Conversation

bosl95
Copy link
Collaborator

@bosl95 bosl95 commented Jul 8, 2021

작업 내용

  • build.gradle 의존성 추가

  • 패키지 구조 세팅 (도메인 중심)

  • 로그인 기능 추가

  • 로그인 성공 시 토큰 발행

  • Resolver 적용

  • Closes [BE] 로그인 기능 #8

주의사항

  • 더미 데이터 추가 진행중 👉 추가 완료
  • 인터셉터 미적용
    • 토큰 자체에 대한 유효성 검증 필요

@bosl95 bosl95 added the 🔰 feature Make new feature label Jul 8, 2021
@bosl95 bosl95 added this to the sprint-week-1 milestone Jul 8, 2021
@bosl95 bosl95 added this to In progress in 놀토 대시보드 via automation Jul 8, 2021
Copy link
Collaborator

@joelonsw joelonsw left a comment

Choose a reason for hiding this comment

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

WOW 엄청나네요

Copy link
Collaborator

@NewWisdom NewWisdom left a comment

Choose a reason for hiding this comment

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

LGTM~

Copy link
Collaborator

@Gomding Gomding left a comment

Choose a reason for hiding this comment

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

👍

@bosl95 bosl95 merged commit 88c9890 into woowacourse-teams:develop Jul 8, 2021
놀토 대시보드 automation moved this from In progress to Done Jul 8, 2021
@bosl95 bosl95 deleted the feature/backend/login branch July 10, 2021 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔰 feature Make new feature
Projects
Development

Successfully merging this pull request may close these issues.

[BE] 로그인 기능
4 participants