X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=index.js;h=53b799ea719bfa6b21fee757dfa6f3d44aab176f;hp=3e49655a962c5bbaefcfe1e776aa8d7811f5bd25;hb=53ef948ea83106e82d55e60d6695a15e94bf725e;hpb=842a3da269de1ab82e9a2a12aae8ed5677f064d8 diff --git a/index.js b/index.js index 3e49655..53b799e 100644 --- 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, };