kasvith / express-mongo-jwt-boilerplate

Express Mongo JsonWebToken boilerplate
103 stars 43 forks source link

Email confirmation feature #16

Closed d0peCode closed 5 years ago

d0peCode commented 5 years ago

Added email confirmation feature:

Please do code review. Especially things I don't know are:

kasvith commented 5 years ago

@d0peCode can you please check why travis build fails?

kasvith commented 5 years ago

@d0peCode can you pull from master? made some changes to fix travis

d0peCode commented 5 years ago

Merge remote-tracking branch 'upstream/master' into emailConfirmation

Travis is still failing:

npm ERR! Missing: nodemailer@^6.2.1 npm ERR! Missing: uuid@^3.3.2

kasvith commented 5 years ago

Now it works 💯

kasvith commented 5 years ago

Thanks, @d0peCode you did a great job