Skip to content

[TASK] JWT 생성 로직 개발#22

Merged
2rebi merged 15 commits into
developfrom
feature/#13-JWT
Aug 4, 2021
Merged

[TASK] JWT 생성 로직 개발#22
2rebi merged 15 commits into
developfrom
feature/#13-JWT

Conversation

@RbertKo
Copy link
Copy Markdown
Contributor

@RbertKo RbertKo commented Jul 26, 2021

Description
필수 리뷰어: @RebirthLee


진행 목표

  • JWT 사용을 위한 로직을 구현합니다.

변경 후

  • TokenProvider를 통해 Token 생성, UserId가져오기 등의 기능을 사용할 수 있습니다.
  • JWT 관련 설정 파일들을 추가했습니다
  • 설정 파일들을 가져오기 위한 AuthProperties 를 추가했습니다.

어려웠던 점

  • 처음 쓰는 기술 스택들에 대해서 워밍업 단계
  • 혼자서 진행했다면 막히는 부분이 많았을 것 같은데, 해당 과정에서 재성님 덕을 많이 봤습니다.

레퍼런스

@RbertKo RbertKo added :octocat: HellP 리뷰어 지정 🔨 TASK 개발자가 진행해야 하는 작은 단위 일 labels Jul 26, 2021
@RbertKo RbertKo self-assigned this Jul 26, 2021
@RbertKo RbertKo linked an issue Jul 27, 2021 that may be closed by this pull request
@RbertKo RbertKo changed the title #13: JWT관련 로직 개발 완료 했습니다. [TASK] JWT 생성 로직 개발 Jul 27, 2021

@Schema(description = "이메일 주소")
@field:Email
val email: String,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

이건 없어도 되여

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@RebirthLee 그렇네요~ 👍🏼

format_sql: true No newline at end of file
format_sql: true
jwt:
secret: ${JWT_SECRET}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

이건 로컬용이니까 그냥 공개된 상태에서의 키여도 괜찮을거같아요 아무거나 박아버리죠

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@RebirthLee custom 쪽에서 쓰던걸로 우선 막 넣겠습니다 👍🏼

@2rebi 2rebi merged commit f762333 into develop Aug 4, 2021
@2rebi 2rebi deleted the feature/#13-JWT branch August 4, 2021 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:octocat: HellP 리뷰어 지정 🔨 TASK 개발자가 진행해야 하는 작은 단위 일

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] JWT 생성 로직 개발

2 participants