Skip to content

Instantly share code, notes, and snippets.

@rasikag
Created March 11, 2021 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasikag/a8c7dc0a45e88e1c79e542153c8e15ee to your computer and use it in GitHub Desktop.
Save rasikag/a8c7dc0a45e88e1c79e542153c8e15ee to your computer and use it in GitHub Desktop.
const token = v4();
await redis.set(
FORGET_PASSWORD_PREFIX + token,
user.id,
"ex",
1000 * 60 * 60 * 24 * 3
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment