Files
boc/landvex/node_modules/bull-board/dist/dockest.js
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

18 lines
526 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const dockest_1 = require("dockest");
const { run } = new dockest_1.Dockest({
dumpErrors: true,
jestLib: require('jest'),
logLevel: dockest_1.logLevel.DEBUG,
});
run([
{
serviceName: 'redis',
readinessCheck: async ({ defaultReadinessChecks: { redis } }) => {
await redis();
},
},
// eslint-disable-next-line no-console
]).catch((e) => console.error(e));
//# sourceMappingURL=dockest.js.map