.codeclimate.yml | |
|
|
.editorconfig | |
|
|
.eslintignore | |
|
|
.eslintrc | |
|
|
.github/contributing.md | |
|
|
.github/issue_template.md | |
|
|
.github/pull_request_template.md | |
|
|
.github/workflows/node.js.yml | |
|
|
.gitignore | |
|
|
.mocharc.js | 10 | A 0 mins |
|
.nvmrc | |
|
|
.nycrc | |
|
|
.vscode/launch.json | |
|
|
.vscode/settings.json | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
development.md | |
|
|
docs/best-practices.md | |
|
|
docs/configuration.md | |
|
|
docs/getting-started.md | |
|
|
docs/index.md | |
|
|
docs/migration.md | |
|
|
docs/overview.md | |
|
|
docs/process-flows.md | |
|
|
docs/public/favicon.ico | |
|
|
docs/public/images/resendVerifySignup.png | |
|
|
docs/public/images/sendResetPwd.png | |
|
|
docs/public/logo.png | |
|
|
docs/public/logo.svg | |
|
|
docs/service-calls.md | |
|
|
docs/service-hooks.md | |
|
|
docs/vite.config.ts | 18 | A 0 mins |
|
package-lock.json | |
|
|
package.json | |
|
|
src/client.ts | 133 | A 1 hr | A 90% |
src/helpers/clone-object.ts | 14 | A 0 mins | A 100% |
src/helpers/compare-passwords.ts | 12 | A 0 mins | A 100% |
src/helpers/crypto.ts | 32 | A 0 mins | A 100% |
src/helpers/date-or-number-to-number.ts | 13 | A 0 mins | A 100% |
src/helpers/get-long-token.ts | 2 | A 0 mins |
|
src/helpers/get-short-token.ts | 16 | A 0 mins |
|
src/helpers/get-user-data.ts | 83 | A 0 mins | A 100% |
src/helpers/hash-password.ts | 17 | A 0 mins | A 100% |
src/helpers/index.ts | 71 | A 0 mins | A 100% |
src/helpers/notify.ts | 14 | A 0 mins | A 100% |
src/helpers/random-bytes.ts | 8 | A 0 mins |
|
src/helpers/random-digits.ts | 8 | A 0 mins |
|
src/helpers/sanitize-user-for-client.ts | 16 | A 0 mins | A 100% |
src/helpers/sanitize-user-for-notifier.ts | 7 | A 0 mins | A 100% |