Skip to content
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

38 redis email #39

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

38 redis email #39

wants to merge 11 commits into from

Conversation

oyoungsun
Copy link
Collaborator

@oyoungsun oyoungsun commented Oct 26, 2023

DB로 이메일 인증 토큰 확인하기

  • Redis + cache manager로 user 당 토큰 하나만 관리하기

  • 이슈에 궁금한 점 추가해서 적어놓았습니
    다.

더 공부해 볼 점

  • cache manager가 서버에 부담이 되는가..
  • DB대신 redis를 쓰면 좋은점과 안좋은점..
  • 현재 서버 에서 exception날리면 서버 종료가 아니라 Response로 error가 전달되는 이유,,

npm install [email protected]
npm install [email protected]
npm install [email protected]
세개는 버전 지정해서 설치했습니다
npm install [email protected]
npm install [email protected]
npm install [email protected]
세개는 버전 지정후 설치

- 커밋잘못해서 되돌리기 하고 다시 커밋합니다..
@nestjs/common에 cache-manager를 찾지 못하는 문제를 해결했습니다
@oyoungsun oyoungsun linked an issue Oct 26, 2023 that may be closed by this pull request
4 tasks
.env.sample Outdated Show resolved Hide resolved
.env.sample Outdated Show resolved Hide resolved
oyoungsun and others added 3 commits November 14, 2023 16:48
Co-authored-by: DongHwan Kim <[email protected]>
Co-authored-by: DongHwan Kim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

이메일 인증 - Redis Cache Manager 도입하기
2 participants