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] 회원가입, 로그인, 내정보수정페이지 api #5

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

julia-heo
Copy link
Member

ℹ️ PR Type

  • 기능 추가
  • 버그 수정
  • 코드 리팩토링
  • 의존성, 환경변수, 빌드 관련 업데이트
  • 기타

📍 Issue

resolve #4

🔎 작업 내용

  • 스프링 시큐리티를 이용한 회원가입, 로그인 구현
  • refresh token을 이용해 access token을 발급하는 자동 로그인 구현
  • 토큰 유효성 확인을 위해 내정보수정페이지 api 구현

📩 API Test

스크린샷 2024-01-25 오전 2 15 03 스크린샷 2024-01-25 오전 2 15 12 스크린샷 2024-01-25 오전 2 15 23 스크린샷 2024-01-25 오전 2 15 32

➰ ETC

@julia-heo julia-heo linked an issue Jan 24, 2024 that may be closed by this pull request
3 tasks
@julia-heo julia-heo added feature 기능 구현 관련 채린 labels Jan 24, 2024
@julia-heo julia-heo merged commit 6dd619f into develop Jan 24, 2024
2 checks passed
@julia-heo julia-heo deleted the feature/#4 branch January 24, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 구현 관련 채린
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 로그인, 회원가입 구현 (Spring Security)
1 participant