Skip to content

feat(api): add secure auth token, session, and login attempt persistence #131

feat(api): add secure auth token, session, and login attempt persistence

feat(api): add secure auth token, session, and login attempt persistence #131

Triggered via pull request July 22, 2026 12:24
Status Failure
Total duration 27s
Artifacts

ci.yml

on: pull_request
Lint, typecheck, format, test
23s
Lint, typecheck, format, test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
Lint, typecheck, format, test
Process completed with exit code 1.
Lint, typecheck, format, test: src/domain/auth/token.service.ts#L73
Expected newline before return statement
Lint, typecheck, format, test: src/domain/auth/token.service.ts#L65
Expected newline before return statement
Lint, typecheck, format, test: src/domain/auth/refresh-session.service.ts#L123
Expected newline before return statement
Lint, typecheck, format, test: src/domain/auth/refresh-session.service.ts#L73
Expected newline before return statement
Lint, typecheck, format, test: src/domain/auth/refresh-session.service.ts#L65
Expected newline before return statement
Lint, typecheck, format, test: src/domain/auth/login-attempt.service.ts#L46
Expected newline before return statement
Lint, typecheck, format, test: src/domain/auth/login-attempt.service.ts#L31
Expected newline before return statement
Lint, typecheck, format, test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint, typecheck, format, test: tests/unit/auth/token.service.test.ts#L124
'tokenHash' is assigned a value but never used. Allowed unused vars must match /^I[A-Z]|^_/u
Lint, typecheck, format, test: src/domain/auth/token.service.ts#L3
'TokenStatus' is defined but never used. Allowed unused vars must match /^I[A-Z]|^_/u