initial commit
[squeep-authentication-module] / index.js
diff --git a/index.js b/index.js
new file mode 100644 (file)
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,
+};