[Improvement] InMemoryTokenStore를 Redis 기반으로 교체 #162
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#162
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
현재 ITokenStore 구현체인 InMemoryTokenStore는 MemoryCache를 사용하여 비밀번호 재설정/설정 토큰을 저장한다.
문제점:
기존 RedisConnection 인프라를 활용하여 Redis 기반 구현체로 교체한다.
작업 내용
참조
SPMS.Application/Interfaces/ITokenStore.csSPMS.Infrastructure/Services/InMemoryTokenStore.csSPMS.Infrastructure/Caching/RedisConnection.cs