add account settings page, rest of otp support, stdio credential helper, other misc
[squeep-authentication-module] / index.js
index 3e49655a962c5bbaefcfe1e776aa8d7811f5bd25..53b799ea719bfa6b21fee757dfa6f3d44aab176f 100644 (file)
--- a/index.js
+++ b/index.js
@@ -2,8 +2,10 @@
 
 const Authenticator = require('./lib/authenticator');
 const SessionManager = require('./lib/session-manager');
+const stdioCredential = require('./lib/stdio-credential');
 
 module.exports = {
   Authenticator,
   SessionManager,
+  stdioCredential,
 };