generated from Medici-Mansion/basic-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: get google user info * feat: 구글 로그인 * fix: PR 코멘트 수정사항 적용 * fix: staging rebase * feat: 사용 권한 정보 로직 * [SNP-64] Google 로그인 연동 - 소셜 가입 및 로그인 시 토큰 생성 및 저장 - Auth Api 호출 시 토큰 검증 로직 추가 - 가드 통과 후 내정보 조회 데코레이터 추가 * test: user api test * feat: 소셜 로그인 시 회원 정보 확인 - 회원이 아닐 시, 생성 후 토큰 반환 * [박성호] SNP-65 Letter API 기능 작성 및 네이밍 변경 * [박성호] SNP-65 Letter API 기능 작성 및 네이밍 변경 * feat: 서비스 주석 추가 * [박성호] SNP-65 Letter API 기능 작성 및 네이밍 변경 * fix: 리프레시 솔트 값 변경 * [박성호] SNP-65 Letter API 기능 작성 및 네이밍 변경 * feat: 공통코드 제작용 모듈 생성 * feat: 서비스 타입 별 oauth 인증로직 * feat: 다양한 제공업체 대응을 위한 의존성 분리 * fix: build error * feat: oauth 인증 에러처리 * feat: 미디움에서 긁어온 이모지 로거 적용 * feat: 냥이 정보 조회하기 * fix: 제거퇸 컬럼 추가 * 0.1.3 --------- Co-authored-by: Sungho95 <80394894+Sungho95@users.noreply.github.com> Co-authored-by: pilsungchoi <vlftjd159753@gmail.com> Co-authored-by: pilsung choi <81282655+pilsung-choi@users.noreply.github.com>
- Loading branch information
1 parent
fb8caed
commit 4d4d77c
Showing
49 changed files
with
1,007 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: catsnewyear | ||
spec: | ||
ports: | ||
- port: 80 | ||
protocol: TCP | ||
targetPort: 3000 | ||
selector: | ||
app: catsnewyear |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.