phoenix_guardian icon indicating copy to clipboard operation
phoenix_guardian copied to clipboard

Add password reset/change functionality

Open walter opened this issue 8 years ago • 0 comments

This implements the ability for users to request a password reset and receive an email with a token to change their password.

It also allows for logged in users to change their password by directly navigating to /password/edit.

Currently WIP. Waiting for PR #32 to update dependencies before adding necessary addition of Bamboo dependency to mix.exs.

May need additional styling, too.

Demonstrates functionality needed to satisfy #36.

Appreciate feedback on if there are any security gotchas with issuing a Phoenix.Token for Authorization id.

walter avatar Sep 13 '16 03:09 walter