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.
OAuth2 로그인을 탑재했습니다.
이유
기존의 무신사 재고 추적 서비스는 개인의 서비스였습니다.
하지만 버전 2로 진화하면서 다수의 사용자를 대상으로 하는 웹 서비스를 구축하고자합니다.
따라서 회원이라는 도메인이 필수 였습니다.
그렇다면 어떻게 구현하면 좋을까 고민 중 가장 대중적인 Id, Password를 구상했습니다.
하지만 불편합니다. 회원가입과 로그인 시 입력 요구사항이 발생하며 서버에서 ID PASSWORD를 관해주어야합니다.
그리고 세션을 구현하던 중 서버의 저렴한 비용을 사용하기 위해서 jwt를 도입했습니다.
그리고 OAuth2로그인을 도입해서 간편한 인증 인가 방식을 채택하였습니다.
글을 적다 보니 두서가 없어졌습니다 ㄷㄷㄷ