Add User Info Page

This commit is contained in:
Elias Schneider
2022-05-11 13:50:28 +02:00
parent 80f055899c
commit 3cb7285e8f
11 changed files with 274 additions and 68 deletions

View File

@@ -63,7 +63,7 @@ module.exports = async function (req, res) {
users: userIds,
createdAt: Date.now(),
expiresAt: expiration,
});
}, [`user:${userId}`]);
res.json({
id: payload.id,