sirisayshello / recipe-declutter

MIT License
3 stars 1 forks source link

feat: add CRUD for user #133

Open JoarHansson opened 2 weeks ago

JoarHansson commented 2 weeks ago

We now have the functionality to create a user and log in.

It would be nice to also have a "my account" page or similar where you can change password, name etc and delete the account.

JoarHansson commented 2 weeks ago

This could be complemented with a "card" on the top of the users dashboard where you see your account info, and have the option (a button on the card?) to go to the "my account" page.

JoarHansson commented 2 weeks ago

signout button can also be located in the card

sirisayshello commented 1 week ago

I think it would be nice if it were a new page for settings, where you can edit at least name and delete account. Update password?