We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4015781 commit 69185dfCopy full SHA for 69185df
1 file changed
src/services/auth.ts
@@ -121,6 +121,7 @@ export async function saveClientRegistration(
121
await redisClient.set(
122
CLIENT_REGISTRATION_KEY_PREFIX + clientId,
123
JSON.stringify(registration),
124
+ options: { EX: REDIS_PENDING_AUTHORIZATION_EXPIRY_SEC },
125
);
126
}
127
0 commit comments