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

Add Change Password Feature #13

Closed
2 tasks
vicky-gonsalves opened this issue Nov 24, 2020 · 0 comments
Closed
2 tasks

Add Change Password Feature #13

vicky-gonsalves opened this issue Nov 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@vicky-gonsalves
Copy link
Collaborator

User should be able to change password.

** Requirements**

  • 1. POST API should accept following headers and parameters:
// Headers:
bearer token in the auth headers - we generated from the reset-password api

// POST body should have these parameters:
newPassword:'SomenEWpAssWord'  
  • 2. Create a new service in auth.service.ts to change the password:
    It should first verify the auth token and if its valid and not expired, we should straight away update user's password with new AES_ENCRYPTED password and respond back with 200 HTTP status
@vicky-gonsalves vicky-gonsalves added the enhancement New feature or request label Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant