X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=index.js;fp=index.js;h=3e49655a962c5bbaefcfe1e776aa8d7811f5bd25;hb=dd173e6b450cbba8100883514610c9fde83d050a;hp=0000000000000000000000000000000000000000;hpb=7442dd9aef45fe74dc7abe4d111c734068ef2f7d;p=squeep-authentication-module diff --git a/index.js b/index.js new file mode 100644 index 0000000..3e49655 --- /dev/null +++ b/index.js @@ -0,0 +1,9 @@ +'use strict'; + +const Authenticator = require('./lib/authenticator'); +const SessionManager = require('./lib/session-manager'); + +module.exports = { + Authenticator, + SessionManager, +};