Skip to content

Commit

Permalink
feat(password-reset): add password reset endpoints
Browse files Browse the repository at this point in the history
 - add test for password reset endpoint
 - add password reset endpoint routes.
 - add update Password service.
 - add verify email and send email Helper.
 - add password validation userSchema.
 - update documentation.

[Delivers #167749954]
  • Loading branch information
daviddamilola committed Sep 17, 2019
1 parent c71844d commit bf512a0
Show file tree
Hide file tree
Showing 13 changed files with 528 additions and 495 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eslint:
enabled: true
config_file: .eslintrc.json
config_file: .eslintrc

Loading

0 comments on commit bf512a0

Please sign in to comment.