Add support of google signin

This commit is contained in:
Cheng-Han, Wu
2016-05-21 22:48:00 +08:00
parent 900141daff
commit 6405bb5056
10 changed files with 47 additions and 8 deletions

View File

@@ -41,6 +41,10 @@
"clientID": "change this",
"clientSecret": "change this"
},
"google": {
"clientID": "change this",
"clientSecret": "change this"
},
"imgur": {
"clientID": "change this"
}