Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change password endpoint #28

Open
burtonr opened this issue Sep 25, 2022 · 0 comments
Open

Change password endpoint #28

burtonr opened this issue Sep 25, 2022 · 0 comments
Labels
Server (Node/Express) An issue only on the server side

Comments

@burtonr
Copy link
Owner

burtonr commented Sep 25, 2022

Add endpoint to the /auth path:

  • "change password"
    • POST request that has the current password, and the new password in the body
    • Authentication: This user, or Admin role
    • Verify current password
    • Save new password
@burtonr burtonr added the Server (Node/Express) An issue only on the server side label Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Server (Node/Express) An issue only on the server side
Projects
None yet
Development

No branches or pull requests

1 participant