dcs/password-reset-persistence-orm-bundle
PasswordResetToken (which uses transient storage) by offering a flexible ORM-based alternative.Use This When:
PasswordResetToken (which lacks persistence) or need to extend reset logic (e.g., custom token expiration, metadata).Look Elsewhere If:
For Executives: "This bundle lets us store password reset requests in our database—like a digital receipt for every reset attempt. It’s a low-risk, high-reward fix for a common pain point: lost reset links or compliance gaps. For the cost of a few hours of setup, we gain reliability, audit trails, and flexibility to tweak reset behavior later. It’s a ‘buy’ over ‘build’ that aligns with our Symfony stack."
For Engineers:
*"If we’re using Symfony’s PasswordResetToken today, we’re storing tokens in memory/sessions—meaning they vanish on server restarts or crashes. This bundle moves that to Doctrine, so:
How can I help you explore Laravel packages today?