79558091

Date: 2025-04-06 10:51:25
Score: 1.5
Natty:
Report link

Did you try Redis for this task ? You can generate random 6-digit code (on backend) when you send to email (or whatever trigers API route) and add it to Redis. Finally, compare them when the user paste code from mail and request API.

Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Victor