payload icon indicating copy to clipboard operation
payload copied to clipboard

feat: adds configurable `expiration` prop for password reset tokens

Open PatrikKozak opened this issue 2 months ago • 0 comments

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.

PatrikKozak avatar Dec 03 '24 21:12 PatrikKozak