AnomalyInnovations / serverless-stack-demo-client

Source for the demo app client in the Serverless Stack Guide
https://demo2.serverless-stack.com
MIT License
635 stars 204 forks source link

Do you think it would be worth it to add a change password screen? #16

Open quantuminformation opened 6 years ago

quantuminformation commented 6 years ago

Similar to https://github.com/Qolzam/react-social-network/issues/36

jayair commented 6 years ago

@QuantumInformation I think we can make it an extra chapter possibly. It's not hard to do but it does complicate the app a bit more by having to create an extra screen.

But in case other folks find this thread here are some ideas on how to implement it.

These are the steps to change their password using the Cognito JS SDK but you still need to create a form in React to ask your user to type in their old password and the new password.