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

로그인 페이지 구현 #16

Merged
merged 12 commits into from
May 29, 2024
Merged

로그인 페이지 구현 #16

merged 12 commits into from
May 29, 2024

Conversation

SWARVY
Copy link
Contributor

@SWARVY SWARVY commented May 29, 2024

⚙️ PR Type

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

📑 Related JIRA Epic(Issue)


🔑 Key Changes

  • next middleware를 활용한 private routing 구현 (inbox, mypage에 적용)
  • 로그인 페이지 레이아웃 생성, 구글 oAuth 버튼 생성
  • 로그인 목데이터 생성 및 적용
  • 로그인 라우트 생성 및 토큰 쿠키에 저장 (현재 토큰 만료시간 1시간으로 정해놨으며 추후 slient refresh 구현 예정)
  • 정적 에셋 추가
  • next/svgr 사용하여 svg를 컴포넌트형식으로 사용할 수 있도록 설정
  • 로그인 상태에 따라 메인페이지 뷰를 다르게 설정
  • provider 로직 분리

@SWARVY SWARVY added 🛠️ refactor 로직의 개선 📰 service service 관련 로직 ✨ feature 새로운 기능의 추가 labels May 29, 2024
@SWARVY SWARVY self-assigned this May 29, 2024
@SWARVY SWARVY merged commit fd2bb7a into main May 29, 2024
3 checks passed
@SWARVY SWARVY deleted the feature/login-#ATR-151 branch May 29, 2024 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 새로운 기능의 추가 🛠️ refactor 로직의 개선 📰 service service 관련 로직
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant