X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=index.js;h=53b799ea719bfa6b21fee757dfa6f3d44aab176f;hb=54ca04e330d14a12344ddc2b161c1d9b55bfd7d7;hp=3e49655a962c5bbaefcfe1e776aa8d7811f5bd25;hpb=dd173e6b450cbba8100883514610c9fde83d050a;p=squeep-authentication-module 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, };