Skip to content

Commit 69185df

Browse files
authored
Update auth.ts
1 parent 4015781 commit 69185df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export async function saveClientRegistration(
121121
await redisClient.set(
122122
CLIENT_REGISTRATION_KEY_PREFIX + clientId,
123123
JSON.stringify(registration),
124+
options: { EX: REDIS_PENDING_AUTHORIZATION_EXPIRY_SEC },
124125
);
125126
}
126127

0 commit comments

Comments
 (0)