addict v0.3.0 Addict.Interactors.GeneratePasswordResetLink

Summary

Functions

Generates a ready to use password reset path. The generated token is timestamped

Functions

call(user_id, secret \\ Addict.Configs.secret_key(), reset_path \\ Addict.Configs.reset_password_path())

Generates a ready to use password reset path. The generated token is timestamped.

Returns the password reset path with a token and it’s respective signature.