diff --git a/library.js b/library.js index afde0f7..af5e5f2 100644 --- a/library.js +++ b/library.js @@ -66,7 +66,7 @@ const constants = Object.freeze({ userRoute: nconf.get('oauth:fafApiProfileURL'), // This is the address to your app's "user profile" API endpoint (expects JSON) }); -const OAuth = {}; +const OAuth = module.exports; let configOk = false; let passportOAuth; let opts;