dwyl / learn-phoenix

:fire: Phoenix is the web framework without compromise on speed, reliability or maintainability! Don't settle for less. :rocket:
650 stars 45 forks source link

Forgotten Password Flow #86

Closed katbow closed 7 years ago

katbow commented 7 years ago

While there are libraries to help with the forgotten password flow, they require set up from the start. They need to be used for authentication before being able to use them for forgotten password.

If you set up your own auth plug, or used a different library that doesn't offer forgotten password, you may need to make your own controller/flow for forgotten passwords.

Layout how to make your own ForgottenPasswordController.

nelsonic commented 7 years ago

@katbow added a superb writeup of this: https://github.com/dwyl/learn-phoenix-framework/blob/master/forgot-password.md Closing.