feat(auth): add /api/auth/update-password endpoint #93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There currently is no direct endpoint right now to update the password for a client's account. It is already being used in the front-end, in preparation for this being added here in the API.
The endpoint takes a JSON body with the old and new password, which is then verified before updating with the new password hash. Please refer to the current password implementations to ensure it is compliant.