Skip to content

Commit

Permalink
feature(reset password): add reset password
Browse files Browse the repository at this point in the history
- Add find user endpoint
- Add reset password endpoint
- Add find user test
- Add reset password test
- Add swagger documentation

[Finishes #169817543]
  • Loading branch information
erickyvand committed Dec 27, 2019
1 parent e5853a7 commit 41a95b2
Show file tree
Hide file tree
Showing 13 changed files with 542 additions and 71 deletions.
7 changes: 6 additions & 1 deletion .env-sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ SECRET_KEY={your-secret}
TOKEN_EXPIRE_TIME={time}

# for swagger
BASE_URL={host-and-port}
BASE_URL={host-and-port}

EMAIL={sendGrid sender email}

# settings for sendgrid
API_KEY={sendGrid API key}
Loading

0 comments on commit 41a95b2

Please sign in to comment.