Open arnaudbenard opened 8 years ago
I'm gonna write down the reset password flow so everybody can be in the loop.
App:
app/password/forgot
app/password/reset/:reset_token
Api:
resetPasswordSentAt
resetPasswordToken
null
The model is based on devise from rails: https://github.com/plataformatec/devise/blob/dd5de829c944dd955e4b35074c60798c3ad4b947/lib/generators/active_record/devise_generator.rb#L45
Looks good to me
I'm gonna write down the reset password flow so everybody can be in the loop.
App:
app/password/forgot
app/password/reset/:reset_token
Api:
resetPasswordSentAt
)resetPasswordToken
andresetPasswordSentAt
tonull
The model is based on devise from rails: https://github.com/plataformatec/devise/blob/dd5de829c944dd955e4b35074c60798c3ad4b947/lib/generators/active_record/devise_generator.rb#L45