hello guys, i am creating the reset password cycle in my laravel app and i want to limit the number of times it can be done per day,
i thought of using Rate limiting, but i want to limit it on the database level for even more control,
so i think i should create another table that references the users table by id and has a count and i can run a cron job that resets this table count per day