initial commit v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 6 Nov 2021 18:42:28 +0000 (11:42 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 18 Nov 2021 22:20:51 +0000 (14:20 -0800)
commitdd173e6b450cbba8100883514610c9fde83d050a
tree6549ac611b2ab422aaee6e89c9c6ba1385d9ca8e
parent7442dd9aef45fe74dc7abe4d111c734068ef2f7d
initial commit
23 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.markdownlint.json [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
README.md [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/authenticator.js [new file with mode: 0644]
lib/common.js [new file with mode: 0644]
lib/enum.js [new file with mode: 0644]
lib/errors.js [new file with mode: 0644]
lib/session-manager.js [new file with mode: 0644]
lib/template/ia-html.js [new file with mode: 0644]
lib/template/index.js [new file with mode: 0644]
lib/template/login-html.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/lib/authenticator.js [new file with mode: 0644]
test/lib/session-manager.js [new file with mode: 0644]
test/lib/template/ia-html.js [new file with mode: 0644]
test/lib/template/login-html.js [new file with mode: 0644]
test/stub-config.js [new file with mode: 0644]
test/stub-db.js [new file with mode: 0644]
test/stub-logger.js [new file with mode: 0644]