add Google auth plugin

This commit is contained in:
Kit Westneat
2018-02-16 18:17:34 -05:00
parent 26476f42f7
commit 499a7fe686
17 changed files with 241 additions and 1 deletions
@@ -0,0 +1,9 @@
{
"name": "talk-plugin-google-auth",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"passport-google-oauth2": "^0.1.6"
}
}