GoogleOauth2.0 First implementation
First try for GoogleOauth2.0
This commit is contained in:
3
express-server/node_modules/oauth/index.js
generated
vendored
Normal file
3
express-server/node_modules/oauth/index.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
exports.OAuth = require("./lib/oauth").OAuth;
|
||||
exports.OAuthEcho = require("./lib/oauth").OAuthEcho;
|
||||
exports.OAuth2 = require("./lib/oauth2").OAuth2;
|
Reference in New Issue
Block a user