feat(auth): add /api/auth/update-password endpoint #93

Closed
opened 2025-10-14 19:01:09 +00:00 by chartgerink · 0 comments
Owner

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
researchequals/api#93
No description provided.