[YP-829] 인증된 토큰을 통해 비밀번호 재설정, 이메일 찾기 기능 구현 #181
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.
💡 유형
💁 해결하려는 문제를 적어주세요
🤔 어떤 방식으로 해결했는지 적어주세요
AUTH_PURPOSE와AUTH_METHOD를 받아 인증번호를 전송하는 방식으로 구현했습니다.AUTH_PURPOSE와 함께 저장되기에 해당 목적의 토큰으로 발급되지 않은 토큰으로 다른 기능을 수행할 수 없습니다. 예시) 이메일 찾기 토큰으로 비밀번호를 재설정할 수 없음🙋 중점적으로 리뷰 했으면 하는 부분이 있다면 적어주세요
알림톡 관련
그 외
인증 방식이나 구현에 대해 의견이 있으시다면 언제든지 제안해주시면 좋을 것 같습니다.
🧑🏫 이해를 위해 필요한 자료가 있다면 첨부해주세요