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] Google OAuth login #604

Merged
merged 7 commits into from
Aug 21, 2023
Merged

Commits on Aug 21, 2023

  1. 💚 chore: Add development env file to another config modules

    - .env.development 만 있을 경우를 위해 파일 경로 추가
    jis-kim committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c90cbfc View commit details
    Browse the repository at this point in the history
  2. ✨ feat: Add Google login #580

    jis-kim committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c967872 View commit details
    Browse the repository at this point in the history
  3. 🔨 refactor: Move authguard db access to auth service

    - strategy 의 auth table 에 접근해서 유저 정보를 확인하는 로직을 auth service 로 변경
    - ftGuard 의 에러 체크 loop 삭제
    - LoginInfo 타입 변경, SocialResponseOptions 타입 추가
    - web socket connect 시점의 console.log 삭제
    jis-kim committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4580e84 View commit details
    Browse the repository at this point in the history
  4. 🔨 refactor: Modify api path

    - 통일성 있는 api 형태로 변경
    - 쓰이지 않는 UseGuard 삭제
    jis-kim committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ecda819 View commit details
    Browse the repository at this point in the history
  5. ✨ feat: Add google configuration module

    - google oauth 를 위한 configuration 모듈 생성
    - ft configuration callback 변수 이름을 FORTYTWO_CALLBACK_URL 으로 변경
    jis-kim committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    41c7fdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    157fa15 View commit details
    Browse the repository at this point in the history
  7. 💚 chore: Update oauth url

    nyeoni committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e89439e View commit details
    Browse the repository at this point in the history