X-Git-Url: https://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=index.js;fp=index.js;h=5d9da0c4c3b931845ea1edca8fbfdccca3cef3da;hp=53b799ea719bfa6b21fee757dfa6f3d44aab176f;hb=2c3ddf0a6f40b9d0a4e54fa12b84b8af33eaaadc;hpb=54ca04e330d14a12344ddc2b161c1d9b55bfd7d7 diff --git a/index.js b/index.js index 53b799e..5d9da0c 100644 --- a/index.js +++ b/index.js @@ -3,9 +3,11 @@ const Authenticator = require('./lib/authenticator'); const SessionManager = require('./lib/session-manager'); const stdioCredential = require('./lib/stdio-credential'); +const templateHelpers = require('./lib/template/helpers'); module.exports = { Authenticator, SessionManager, stdioCredential, + ...templateHelpers, };