authorizer
authorizer copied to clipboard
Add cronjob to delete expired verification requests
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