Mozzo1000 / booklogr

A simple, self-hosted service to keep track of your personal library 📚
https://demo.booklogr.app
Apache License 2.0
162 stars 1 forks source link

Account settings page #12

Open Mozzo1000 opened 1 month ago

Mozzo1000 commented 1 month ago

As a logged in user, you cannot currently change your password, email, delete your account or do any of the things you would expect to do with your account from the app.

Unfortunately there are no endpoints exposed by the underlying authentication system that allows changing user information so this needs to be added first. Once that is added we can add the frontend to this project. Issue for adding the necessary routes : https://github.com/Mozzo1000/auth-server/issues/1