integreat-io/integreat-authenticator-jwt

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.eslintrc.json
.github/dependabot.yml
.github/workflows/publish.yaml
.github/workflows/verify.yaml
.github/workflows/version.yaml
.gitignore
.npmignore
.nvmrc
.prettierrc.json
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
ava-dist.config.cjs
ava.config.cjs
package-lock.json
package.json
src/authenticate.ts62
A
1 hr
src/index.ts48
A
0 mins
src/isAuthenticated.ts19
A
0 mins
src/tests/helpers/jwts/googleWithEmail.ts1
A
0 mins
src/tests/helpers/jwts/googleWithEmailNotVerified.ts1
A
0 mins
src/tests/helpers/jwts/googleWithKid.ts1
A
0 mins
src/tests/helpers/jwts/invalidJohnfRaw.ts1
A
0 mins
src/tests/helpers/jwts/noSub.ts1
A
0 mins
src/tests/helpers/jwts/unknownIssuer.ts1
A
0 mins
src/tests/helpers/jwts/validIntegreat.ts1
A
0 mins
src/tests/helpers/jwts/validJohnfRaw.ts1
A
0 mins
src/tests/helpers/jwts/validJohnfRawWithHttps.ts1
A
0 mins
src/types.ts15
A
0 mins
src/utils/error.ts9
A
0 mins
src/utils/is.ts2
A
0 mins
src/validate.ts79
A
2 hrs
tsconfig.json