[TIL] HW5 Refactoring - 1
1. How to Store Refresh Token in Redis
Related Post: How to store refresh token in Redis
I tried to store the refresh token in the Redis cloud.
login API before refactoring
const redisClient = redis.createClient({
url: `redis://${process.env.REDIS_...
siwonlog.hashnode.dev4 min read