payload
payload copied to clipboard
feat: adds configurable `expiration` prop for password reset tokens
What?
Unable to configure expiration time for the password reset tokens.
Why?
Prior to this change, the expiration time for password reset tokens were defaulted.
How?
Adds new expiration
prop to auth.forgotPassword
object which allows for the option to configure the expiration time of password reset tokens.