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.
Summary
Stempo 애플리케이션의 로그인 기능을 JWT(JSON Web Token)를 이용하여 구현했습니다. 기기 정보(Device tag)를 통해 사용자를 식별하며, 소셜 로그인 없이 사용자 정보를 직접 입력받아 로그인 기능을 제공하는 작업을 수행했습니다. 또한 Swagger API Docs 설정과 User 테이블의 컬럼명 변경 작업이 포함되었습니다.
Tasks
ETC