Add OAuth Login facebook,google,github

This commit is contained in:
Qolzam
2017-11-18 19:04:31 +07:00
parent f64b7bb24d
commit 92379b615c
23 changed files with 513 additions and 264 deletions

11
.babelrc Normal file
View File

@@ -0,0 +1,11 @@
{
"plugins": [
"react-hot-loader/babel",
"transform-decorators-legacy"
],
"presets": [
"babel-polyfill", ["env", { "modules": false }],
"react",
"stage-0"
]
}