Skip to content

3. 인증 코드 / 임시 토큰 저장 #12

Description

@philE22

인증 코드 / 임시 토큰 저장

목적: 짧은 수명의 데이터 처리

예시

  • 이메일 인증 코드
  • 비밀번호 재설정 토큰

구현 포인트

  • Key: auth:email:{email}
  • Value: 인증 코드
  • TTL: 3~5분

체크 포인트

  • 재요청 시 덮어쓰기
  • 만료 시 자동 삭제
  • 인증 성공 시 즉시 삭제

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions