-
Notifications
You must be signed in to change notification settings - Fork 0
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
사용자 데이터 CR, kakao oauth 인증 기능 및 jwt token을 발급할 수 있는 기능 추가 #11
Merged
Conversation
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
add: local 이외 환경은 https만 스웨거로 볼 수 있도록 수정
parkgang
changed the title
사용자 데이터 CRUD 및 kakao oauth가 기능 추가
사용자 데이터 CR, kakao oauth 인증 기능 및 jwt token을 발급할 수 있는 기능 추가
Nov 9, 2021
parkgang
added a commit
that referenced
this pull request
Nov 9, 2021
* add: local에서 redis를 사용할 수 있도록 컨테이너 추가 * add: redis 버전 지정 * add: 의존성 정보 추가 * use: redis * init: redis * add: 테스트 코드 추가 * add: mysql * add: mysql data 제외 * use: gorm.io/gorm * add: mysql query test * del: 이전 프로젝트 파일 제거 * init * del: 사용되지 않는 코드 삭제 * edit: 모듈 경로 해당 repo로 변경 * doce: 문서화 반영 * up: config 값 모두 환경변수화 * add: 서버 도메인 환경변수화 * add: dev config랑 동기화 * up: 스웨거 관련 환경변수 추가 * up: qa 환경에서 환경변수 주입받을 수 있도록 k8s 수정 완료 * up: 환경 변수 정리 add: local 이외 환경은 https만 스웨거로 볼 수 있도록 수정 * up: 환경변수 순서 변경 * docs: 문서 보강 * up: prod 환경 변수 주입 코드
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature
belf service
에서 공통적으로 사용되는 인증 인터페이스로 사용됩니다.belf service
에서 사용할 수 있는 token으로 가공됩니다.