├── .env.template ├── .gitignore ├── README.md ├── app.js ├── botdemoskype.gif ├── botdemoweb.gif ├── index.html ├── package.json └── web.config /.env.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/.env.template -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/app.js -------------------------------------------------------------------------------- /botdemoskype.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/botdemoskype.gif -------------------------------------------------------------------------------- /botdemoweb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/botdemoweb.gif -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/package.json -------------------------------------------------------------------------------- /web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CatalystCode/node-authbot/HEAD/web.config --------------------------------------------------------------------------------