hyochan / talktalk-node

(Deprecated via hackatalk-server) Graphql node project using prisma for talktalk.
Other
17 stars 7 forks source link

Implemented resetting password apis via email. #23

Closed hyochan closed 5 years ago

hyochan commented 5 years ago

Setup express middleware and use prisma api to do the job correctly.

Email sent via url.

screen shot 2019-01-30 at 5 48 19 pm

Redirected url guiding new password.

screen shot 2019-01-30 at 5 48 13 pm
codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will decrease coverage by 25.28%. The diff coverage is 0%.

@@             Coverage Diff             @@
##           master      #23       +/-   ##
===========================================
- Coverage   42.42%   17.14%   -25.29%     
===========================================
  Files           6        5        -1     
  Lines          33       70       +37     
  Branches        2        7        +5     
===========================================
- Hits           14       12        -2     
- Misses         19       53       +34     
- Partials        0        5        +5