hassox / phoenix_guardian

A demo application showing usage of guardian and ueberauth
MIT License
299 stars 70 forks source link

Add password reset/change functionality #38

Open walter opened 8 years ago

walter commented 8 years ago

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.