authorizer icon indicating copy to clipboard operation
authorizer copied to clipboard

Add cronjob to delete expired verification requests

Open lakhansamani opened this issue 4 years ago • 0 comments

Feature Description

Authorizer saves email verification requests in db for signup, forgot_password and update_email. If user did not use this request and the token has expired then this dangling requests are of no use

This could increase db size if we keep saving them. Lets delete them every hour

Describe the solution you'd like

  • Run cron job every hour to delete expired & dangling verification requests.

Describe alternatives you've considered

Additional context

lakhansamani avatar Dec 22 '21 18:12 lakhansamani