initial commit v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 19 Sep 2022 20:20:53 +0000 (13:20 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 1 Oct 2022 21:49:12 +0000 (14:49 -0700)
commit69a2f5e7d73dd3f58e07b652c306daa8b253245d
tree58cad791c3a205344194c5ea1b51ee0c0729dada
parent49cf45515817fbd4479c654d89c8a56c292298bb
initial commit
14 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore [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/common.js [new file with mode: 0644]
lib/enum.js [new file with mode: 0644]
lib/errors.js [new file with mode: 0644]
lib/resource-authenticator.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/lib/resource-authenticator.js [new file with mode: 0644]
test/stub-db.js [new file with mode: 0644]
test/stub-logger.js [new file with mode: 0644]