Skip to content

Commit

Permalink
feat(verify email):verify user email
Browse files Browse the repository at this point in the history
- Add isVerify column to the model
- Add nodemailer configuration
- Add nodemailer configuration
- Add verify route to complete thet verification

[Finishes #16774995]
  • Loading branch information
ibraheem-adeyemo committed Sep 13, 2019
1 parent f0d49bd commit 3899537
Show file tree
Hide file tree
Showing 23 changed files with 1,168 additions and 85 deletions.
7 changes: 5 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"presets": ["@babel/preset-env"],
"plugins": [
["@babel/transform-runtime", {
[
"@babel/transform-runtime",
{
"corejs": 3
}]
}
]
]
}
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"parser": "babel-eslint",
"parserOptions": {
"no-undefined": 0,
"no-undefined": 0,
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
Expand Down Expand Up @@ -42,4 +42,3 @@
}]
}
}

Loading

0 comments on commit 3899537

Please sign in to comment.